pub struct SideDataType(/* private fields */);
Expand description
Packet side data type.
Implementations§
Auto Trait Implementations§
impl Freeze for SideDataType
impl RefUnwindSafe for SideDataType
impl Send for SideDataType
impl Sync for SideDataType
impl Unpin for SideDataType
impl UnwindSafe for SideDataType
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