pub struct FourByteTag(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for FourByteTag
impl Clone for FourByteTag
Source§fn clone(&self) -> FourByteTag
fn clone(&self) -> FourByteTag
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 Debug for FourByteTag
impl Debug for FourByteTag
Source§impl Default for FourByteTag
impl Default for FourByteTag
Source§fn default() -> FourByteTag
fn default() -> FourByteTag
Returns the “default value” for a type. Read more
Source§impl From<u32> for FourByteTag
impl From<u32> for FourByteTag
Source§impl Hash for FourByteTag
impl Hash for FourByteTag
Source§impl PartialEq for FourByteTag
impl PartialEq for FourByteTag
Source§impl Deref for FourByteTag
impl Deref for FourByteTag
impl Copy for FourByteTag
impl Eq for FourByteTag
impl StructuralPartialEq for FourByteTag
Auto Trait Implementations§
impl Freeze for FourByteTag
impl RefUnwindSafe for FourByteTag
impl Send for FourByteTag
impl Sync for FourByteTag
impl Unpin for FourByteTag
impl UnwindSafe for FourByteTag
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