pub struct MissingSendPacketEventError;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MissingSendPacketEventError
impl RefUnwindSafe for MissingSendPacketEventError
impl Send for MissingSendPacketEventError
impl Sync for MissingSendPacketEventError
impl Unpin for MissingSendPacketEventError
impl UnwindSafe for MissingSendPacketEventError
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