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