pub struct TokenList(pub Vec<Vec<u8>>);Expand description
A header whose value is a comma-separated list of tokens: Allow, Supported,
Require, Proxy-Require, Unsupported.
Tuple Fields§
§0: Vec<Vec<u8>>Implementations§
Trait Implementations§
impl Eq for TokenList
impl StructuralPartialEq for TokenList
Auto Trait Implementations§
impl Freeze for TokenList
impl RefUnwindSafe for TokenList
impl Send for TokenList
impl Sync for TokenList
impl Unpin for TokenList
impl UnsafeUnpin for TokenList
impl UnwindSafe for TokenList
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