pub struct HeaderValueParts {
pub parts: Vec<Vec<HeaderValuePart>>,
}Fields§
§parts: Vec<Vec<HeaderValuePart>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HeaderValueParts
impl RefUnwindSafe for HeaderValueParts
impl Send for HeaderValueParts
impl Sync for HeaderValueParts
impl Unpin for HeaderValueParts
impl UnwindSafe for HeaderValueParts
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