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