pub struct NodeLeaseId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NodeLeaseId
impl Clone for NodeLeaseId
Source§fn clone(&self) -> NodeLeaseId
fn clone(&self) -> NodeLeaseId
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 moreimpl Copy for NodeLeaseId
Source§impl Debug for NodeLeaseId
impl Debug for NodeLeaseId
Source§impl<'de> Deserialize<'de> for NodeLeaseId
impl<'de> Deserialize<'de> for NodeLeaseId
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 NodeLeaseId
impl Display for NodeLeaseId
impl Eq for NodeLeaseId
Source§impl FromStr for NodeLeaseId
impl FromStr for NodeLeaseId
Source§impl Hash for NodeLeaseId
impl Hash for NodeLeaseId
Source§impl Ord for NodeLeaseId
impl Ord for NodeLeaseId
Source§fn cmp(&self, other: &NodeLeaseId) -> Ordering
fn cmp(&self, other: &NodeLeaseId) -> 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 NodeLeaseId
impl PartialEq for NodeLeaseId
Source§impl PartialOrd for NodeLeaseId
impl PartialOrd for NodeLeaseId
Source§impl Serialize for NodeLeaseId
impl Serialize for NodeLeaseId
impl StructuralPartialEq for NodeLeaseId
Auto Trait Implementations§
impl Freeze for NodeLeaseId
impl RefUnwindSafe for NodeLeaseId
impl Send for NodeLeaseId
impl Sync for NodeLeaseId
impl Unpin for NodeLeaseId
impl UnsafeUnpin for NodeLeaseId
impl UnwindSafe for NodeLeaseId
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