pub struct NumberMeta {}Trait Implementations§
Source§impl Clone for NumberMeta
impl Clone for NumberMeta
Source§fn clone(&self) -> NumberMeta
fn clone(&self) -> NumberMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NumberMeta
Source§impl Debug for NumberMeta
impl Debug for NumberMeta
impl Eq for NumberMeta
Source§impl PartialEq for NumberMeta
impl PartialEq for NumberMeta
Source§fn eq(&self, other: &NumberMeta) -> bool
fn eq(&self, other: &NumberMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NumberMeta
Auto Trait Implementations§
impl Freeze for NumberMeta
impl RefUnwindSafe for NumberMeta
impl Send for NumberMeta
impl Sync for NumberMeta
impl Unpin for NumberMeta
impl UnsafeUnpin for NumberMeta
impl UnwindSafe for NumberMeta
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