Struct HEADERPARTS
#[repr(transparent)]pub struct HEADERPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for HEADERPARTS
impl Clone for HEADERPARTS
§fn clone(&self) -> HEADERPARTS
fn clone(&self) -> HEADERPARTS
Returns a copy 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 more§impl Debug for HEADERPARTS
impl Debug for HEADERPARTS
§impl Default for HEADERPARTS
impl Default for HEADERPARTS
§fn default() -> HEADERPARTS
fn default() -> HEADERPARTS
Returns the “default value” for a type. Read more
§impl PartialEq for HEADERPARTS
impl PartialEq for HEADERPARTS
impl Copy for HEADERPARTS
impl Eq for HEADERPARTS
impl StructuralPartialEq for HEADERPARTS
Auto Trait Implementations§
impl Freeze for HEADERPARTS
impl RefUnwindSafe for HEADERPARTS
impl Send for HEADERPARTS
impl Sync for HEADERPARTS
impl Unpin for HEADERPARTS
impl UnwindSafe for HEADERPARTS
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