pub struct LeaderLatch { /* private fields */ }
Implementations§
Source§impl LeaderLatch
impl LeaderLatch
Trait Implementations§
Source§impl Clone for LeaderLatch
impl Clone for LeaderLatch
Source§fn clone(&self) -> LeaderLatch
fn clone(&self) -> LeaderLatch
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LeaderLatch
impl !RefUnwindSafe for LeaderLatch
impl Send for LeaderLatch
impl Sync for LeaderLatch
impl Unpin for LeaderLatch
impl !UnwindSafe for LeaderLatch
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