#[repr(i32)]pub enum OodleCompressor {
Invalid = -1,
None = 3,
Kraken = 8,
Mermaid = 9,
Selkie = 11,
Hydra = 12,
Leviathan = 13,
}Variants§
Trait Implementations§
Source§impl Clone for OodleCompressor
impl Clone for OodleCompressor
Source§fn clone(&self) -> OodleCompressor
fn clone(&self) -> OodleCompressor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OodleCompressor
impl Debug for OodleCompressor
Source§impl Hash for OodleCompressor
impl Hash for OodleCompressor
Source§impl PartialEq for OodleCompressor
impl PartialEq for OodleCompressor
impl Copy for OodleCompressor
impl Eq for OodleCompressor
impl StructuralPartialEq for OodleCompressor
Auto Trait Implementations§
impl Freeze for OodleCompressor
impl RefUnwindSafe for OodleCompressor
impl Send for OodleCompressor
impl Sync for OodleCompressor
impl Unpin for OodleCompressor
impl UnwindSafe for OodleCompressor
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