pub struct OptionHeader { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for OptionHeader
impl Clone for OptionHeader
Source§fn clone(&self) -> OptionHeader
fn clone(&self) -> OptionHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Compose for OptionHeader
impl Compose for OptionHeader
Source§impl Debug for OptionHeader
impl Debug for OptionHeader
Auto Trait Implementations§
impl Freeze for OptionHeader
impl RefUnwindSafe for OptionHeader
impl Send for OptionHeader
impl Sync for OptionHeader
impl Unpin for OptionHeader
impl UnwindSafe for OptionHeader
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