pub struct HeaderNegative { /* private fields */ }Implementations§
Source§impl HeaderNegative
impl HeaderNegative
pub fn code(&self) -> HeaderNegativeCode
Source§impl HeaderNegative
impl HeaderNegative
pub fn new(code: HeaderNegativeCode) -> Self
Trait Implementations§
Source§impl Clone for HeaderNegative
impl Clone for HeaderNegative
Source§fn clone(&self) -> HeaderNegative
fn clone(&self) -> HeaderNegative
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 Debug for HeaderNegative
impl Debug for HeaderNegative
Source§impl From<HeaderNegative> for Vec<u8>
impl From<HeaderNegative> for Vec<u8>
Source§fn from(val: HeaderNegative) -> Self
fn from(val: HeaderNegative) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HeaderNegative
impl PartialEq for HeaderNegative
Source§impl TryFrom<&[u8]> for HeaderNegative
impl TryFrom<&[u8]> for HeaderNegative
impl Eq for HeaderNegative
impl StructuralPartialEq for HeaderNegative
Auto Trait Implementations§
impl Freeze for HeaderNegative
impl RefUnwindSafe for HeaderNegative
impl Send for HeaderNegative
impl Sync for HeaderNegative
impl Unpin for HeaderNegative
impl UnwindSafe for HeaderNegative
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