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