pub struct MagicPacket(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for MagicPacket
impl Debug for MagicPacket
Auto Trait Implementations§
impl Freeze for MagicPacket
impl RefUnwindSafe for MagicPacket
impl Send for MagicPacket
impl Sync for MagicPacket
impl Unpin for MagicPacket
impl UnwindSafe for MagicPacket
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