pub enum AuthorityEvent {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthorityEvent
impl RefUnwindSafe for AuthorityEvent
impl Send for AuthorityEvent
impl Sync for AuthorityEvent
impl Unpin for AuthorityEvent
impl UnsafeUnpin for AuthorityEvent
impl UnwindSafe for AuthorityEvent
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