Struct http::method::extension::InlineExtension
source · pub struct InlineExtension([u8; 15], u8);
Tuple Fields§
§0: [u8; 15]
§1: u8
Implementations§
Trait Implementations§
source§impl Clone for InlineExtension
impl Clone for InlineExtension
source§fn clone(&self) -> InlineExtension
fn clone(&self) -> InlineExtension
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 moresource§impl Hash for InlineExtension
impl Hash for InlineExtension
source§impl PartialEq for InlineExtension
impl PartialEq for InlineExtension
source§fn eq(&self, other: &InlineExtension) -> bool
fn eq(&self, other: &InlineExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InlineExtension
impl StructuralPartialEq for InlineExtension
Auto Trait Implementations§
impl Freeze for InlineExtension
impl RefUnwindSafe for InlineExtension
impl Send for InlineExtension
impl Sync for InlineExtension
impl Unpin for InlineExtension
impl UnwindSafe for InlineExtension
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