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