pub struct PackSlice { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for PackSlice
impl Eq for PackSlice
impl StructuralPartialEq for PackSlice
Auto Trait Implementations§
impl Freeze for PackSlice
impl RefUnwindSafe for PackSlice
impl Send for PackSlice
impl Sync for PackSlice
impl Unpin for PackSlice
impl UnsafeUnpin for PackSlice
impl UnwindSafe for PackSlice
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