pub enum PackType {
Packed,
Unpacked,
}Variants§
Auto Trait Implementations§
impl Freeze for PackType
impl RefUnwindSafe for PackType
impl Send for PackType
impl Sync for PackType
impl Unpin for PackType
impl UnwindSafe for PackType
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