pub struct MasterRole {}Expand description
Master role (provides clock)
Auto Trait Implementations§
impl Freeze for MasterRole
impl RefUnwindSafe for MasterRole
impl Send for MasterRole
impl Sync for MasterRole
impl Unpin for MasterRole
impl UnwindSafe for MasterRole
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