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