pub struct NexusFileId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NexusFileId
impl Clone for NexusFileId
Source§fn clone(&self) -> NexusFileId
fn clone(&self) -> NexusFileId
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 NexusFileId
impl Debug for NexusFileId
Source§impl<'de> Deserialize<'de> for NexusFileId
impl<'de> Deserialize<'de> for NexusFileId
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 Display for NexusFileId
impl Display for NexusFileId
Source§impl From<u64> for NexusFileId
impl From<u64> for NexusFileId
Source§impl Hash for NexusFileId
impl Hash for NexusFileId
Source§impl PartialEq for NexusFileId
impl PartialEq for NexusFileId
Source§fn eq(&self, other: &NexusFileId) -> bool
fn eq(&self, other: &NexusFileId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NexusFileId
impl Serialize for NexusFileId
Source§impl TryFrom<i64> for NexusFileId
impl TryFrom<i64> for NexusFileId
impl Copy for NexusFileId
impl Eq for NexusFileId
impl StructuralPartialEq for NexusFileId
Auto Trait Implementations§
impl Freeze for NexusFileId
impl RefUnwindSafe for NexusFileId
impl Send for NexusFileId
impl Sync for NexusFileId
impl Unpin for NexusFileId
impl UnsafeUnpin for NexusFileId
impl UnwindSafe for NexusFileId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.