pub enum EncodeOutputParams<'a> {
SimplePacking(&'a SimplePacking),
ComplexPacking(&'a SimplePacking, &'a ComplexPacking),
}Variants§
SimplePacking(&'a SimplePacking)
ComplexPacking(&'a SimplePacking, &'a ComplexPacking)
Auto Trait Implementations§
impl<'a> Freeze for EncodeOutputParams<'a>
impl<'a> RefUnwindSafe for EncodeOutputParams<'a>
impl<'a> Send for EncodeOutputParams<'a>
impl<'a> Sync for EncodeOutputParams<'a>
impl<'a> Unpin for EncodeOutputParams<'a>
impl<'a> UnsafeUnpin for EncodeOutputParams<'a>
impl<'a> UnwindSafe for EncodeOutputParams<'a>
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