pub struct StandardId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for StandardId
impl Clone for StandardId
Source§fn clone(&self) -> StandardId
fn clone(&self) -> StandardId
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 moreSource§impl Debug for StandardId
impl Debug for StandardId
Source§impl Default for StandardId
impl Default for StandardId
Source§fn default() -> StandardId
fn default() -> StandardId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StandardId
impl<'de> Deserialize<'de> for StandardId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for StandardId
impl Hash for StandardId
Source§impl PartialEq for StandardId
impl PartialEq for StandardId
Source§fn eq(&self, other: &StandardId) -> bool
fn eq(&self, other: &StandardId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StandardId
impl Serialize for StandardId
impl Copy for StandardId
impl Eq for StandardId
impl StructuralPartialEq for StandardId
Auto Trait Implementations§
impl Freeze for StandardId
impl RefUnwindSafe for StandardId
impl Send for StandardId
impl Sync for StandardId
impl Unpin for StandardId
impl UnsafeUnpin for StandardId
impl UnwindSafe for StandardId
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