pub struct SideDataRef(/* private fields */);
Expand description
Reference to the packet side data.
Implementations§
Source§impl SideDataRef
impl SideDataRef
Auto Trait Implementations§
impl Freeze for SideDataRef
impl RefUnwindSafe for SideDataRef
impl Send for SideDataRef
impl Sync for SideDataRef
impl Unpin for SideDataRef
impl UnwindSafe for SideDataRef
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