pub struct Primitives { /* private fields */ }Trait Implementations§
Source§impl Clone for Primitives
impl Clone for Primitives
Source§fn clone(&self) -> Primitives
fn clone(&self) -> Primitives
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 Primitives
impl Debug for Primitives
Source§impl<'de> Decode<'de> for Primitives
impl<'de> Decode<'de> for Primitives
Source§impl Encode for Primitives
impl Encode for Primitives
Source§impl Generate for Primitives
impl Generate for Primitives
Source§impl PartialEq<Primitives> for &Primitives
impl PartialEq<Primitives> for &Primitives
Source§impl PartialEq for Primitives
impl PartialEq for Primitives
impl StructuralPartialEq for Primitives
Auto Trait Implementations§
impl Freeze for Primitives
impl RefUnwindSafe for Primitives
impl Send for Primitives
impl Sync for Primitives
impl Unpin for Primitives
impl UnwindSafe for Primitives
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