#[repr(transparent)]pub struct NamespaceId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for NamespaceId
impl Clone for NamespaceId
Source§fn clone(&self) -> NamespaceId
fn clone(&self) -> NamespaceId
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NamespaceId
impl Debug for NamespaceId
Source§impl Deref for NamespaceId
impl Deref for NamespaceId
Source§impl<'de> Deserialize<'de> for NamespaceId
impl<'de> Deserialize<'de> for NamespaceId
Source§fn deserialize<D>(deserializer: D) -> Result<NamespaceId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<NamespaceId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for NamespaceId
impl Display for NamespaceId
Source§impl From<NamespaceId> for u64
impl From<NamespaceId> for u64
Source§fn from(value: NamespaceId) -> Self
fn from(value: NamespaceId) -> Self
Converts to this type from the input type.
Source§impl Hash for NamespaceId
impl Hash for NamespaceId
Source§impl Ord for NamespaceId
impl Ord for NamespaceId
Source§impl PartialEq<u64> for NamespaceId
impl PartialEq<u64> for NamespaceId
Source§impl PartialEq for NamespaceId
impl PartialEq for NamespaceId
Source§impl PartialOrd for NamespaceId
impl PartialOrd for NamespaceId
Source§impl Serialize for NamespaceId
impl Serialize for NamespaceId
impl Copy for NamespaceId
impl Eq for NamespaceId
impl StructuralPartialEq for NamespaceId
Auto Trait Implementations§
impl Freeze for NamespaceId
impl RefUnwindSafe for NamespaceId
impl Send for NamespaceId
impl Sync for NamespaceId
impl Unpin for NamespaceId
impl UnwindSafe for NamespaceId
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)