pub enum OperationType {
Pack,
Unpack,
}Expand description
Operation type: Pack or Unpack
Variants§
Trait Implementations§
Source§impl Clone for OperationType
impl Clone for OperationType
impl Copy for OperationType
Source§impl Debug for OperationType
impl Debug for OperationType
Source§impl Display for OperationType
impl Display for OperationType
impl Eq for OperationType
Source§impl PartialEq for OperationType
impl PartialEq for OperationType
impl StructuralPartialEq for OperationType
Auto Trait Implementations§
impl Freeze for OperationType
impl RefUnwindSafe for OperationType
impl Send for OperationType
impl Sync for OperationType
impl Unpin for OperationType
impl UnsafeUnpin for OperationType
impl UnwindSafe for OperationType
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