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