pub struct MemoryBindingId(/* private fields */);Expand description
Opaque memory access binding. Never a tenant, namespace or path.
Implementations§
Trait Implementations§
Source§impl Clone for MemoryBindingId
impl Clone for MemoryBindingId
Source§fn clone(&self) -> MemoryBindingId
fn clone(&self) -> MemoryBindingId
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 MemoryBindingId
impl Debug for MemoryBindingId
Source§impl<'de> Deserialize<'de> for MemoryBindingId
impl<'de> Deserialize<'de> for MemoryBindingId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for MemoryBindingId
impl Display for MemoryBindingId
impl Eq for MemoryBindingId
Source§impl Hash for MemoryBindingId
impl Hash for MemoryBindingId
Source§impl Ord for MemoryBindingId
impl Ord for MemoryBindingId
Source§fn cmp(&self, other: &MemoryBindingId) -> Ordering
fn cmp(&self, other: &MemoryBindingId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MemoryBindingId
impl PartialEq for MemoryBindingId
Source§impl PartialOrd for MemoryBindingId
impl PartialOrd for MemoryBindingId
Source§impl Serialize for MemoryBindingId
impl Serialize for MemoryBindingId
impl StructuralPartialEq for MemoryBindingId
Auto Trait Implementations§
impl Freeze for MemoryBindingId
impl RefUnwindSafe for MemoryBindingId
impl Send for MemoryBindingId
impl Sync for MemoryBindingId
impl Unpin for MemoryBindingId
impl UnsafeUnpin for MemoryBindingId
impl UnwindSafe for MemoryBindingId
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more