pub struct UnPackage;
Expand description
Decode the packets received from the network and separate out the different types of data.
Implementations§
Auto Trait Implementations§
impl Freeze for UnPackage
impl RefUnwindSafe for UnPackage
impl Send for UnPackage
impl Sync for UnPackage
impl Unpin for UnPackage
impl UnwindSafe for UnPackage
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