pub struct SlaveRole {}Expand description
Slave role (doesn’t provide clock)
Auto Trait Implementations§
impl Freeze for SlaveRole
impl RefUnwindSafe for SlaveRole
impl Send for SlaveRole
impl Sync for SlaveRole
impl Unpin for SlaveRole
impl UnwindSafe for SlaveRole
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