pub struct LeaseOwner(/* private fields */);Expand description
Owner identity used in shared-resource leases.
Implementations§
Trait Implementations§
Source§impl Clone for LeaseOwner
impl Clone for LeaseOwner
Source§fn clone(&self) -> LeaseOwner
fn clone(&self) -> LeaseOwner
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 LeaseOwner
impl Debug for LeaseOwner
impl Eq for LeaseOwner
Source§impl Hash for LeaseOwner
impl Hash for LeaseOwner
Source§impl PartialEq for LeaseOwner
impl PartialEq for LeaseOwner
impl StructuralPartialEq for LeaseOwner
Auto Trait Implementations§
impl Freeze for LeaseOwner
impl RefUnwindSafe for LeaseOwner
impl Send for LeaseOwner
impl Sync for LeaseOwner
impl Unpin for LeaseOwner
impl UnsafeUnpin for LeaseOwner
impl UnwindSafe for LeaseOwner
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