pub struct Leader;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leader
impl RefUnwindSafe for Leader
impl Send for Leader
impl Sync for Leader
impl Unpin for Leader
impl UnsafeUnpin for Leader
impl UnwindSafe for Leader
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