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