pub struct ResponseParts { /* private fields */ }
Expand description
Parts of a response.
Used with IntoResponseParts
.
Implementations§
Source§impl ResponseParts
impl ResponseParts
Sourcepub fn headers_mut(&mut self) -> &mut HeaderMap
pub fn headers_mut(&mut self) -> &mut HeaderMap
Gets a mutable reference to the response headers.
Sourcepub fn extensions(&self) -> &Extensions
pub fn extensions(&self) -> &Extensions
Gets a reference to the response extensions.
Sourcepub fn extensions_mut(&mut self) -> &mut Extensions
pub fn extensions_mut(&mut self) -> &mut Extensions
Gets a mutable reference to the response extensions.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseParts
impl !RefUnwindSafe for ResponseParts
impl Send for ResponseParts
impl !Sync for ResponseParts
impl Unpin for ResponseParts
impl !UnwindSafe for ResponseParts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 128 bytes