pub struct ExtKeyword {
pub length: usize,
pub tag: String,
pub value: ExtKeywordValue,
}Expand description
Extended header keyword.
Fields§
§length: usize§tag: String§value: ExtKeywordValueAuto Trait Implementations§
impl Freeze for ExtKeyword
impl RefUnwindSafe for ExtKeyword
impl Send for ExtKeyword
impl Sync for ExtKeyword
impl Unpin for ExtKeyword
impl UnwindSafe for ExtKeyword
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