pub enum LzhufMethod {
Lh4,
Lh5,
Lh6,
Lh7,
}Variants§
Trait Implementations§
Source§impl Clone for LzhufMethod
impl Clone for LzhufMethod
Source§fn clone(&self) -> LzhufMethod
fn clone(&self) -> LzhufMethod
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 LzhufMethod
impl Debug for LzhufMethod
impl Copy for LzhufMethod
Auto Trait Implementations§
impl Freeze for LzhufMethod
impl RefUnwindSafe for LzhufMethod
impl Send for LzhufMethod
impl Sync for LzhufMethod
impl Unpin for LzhufMethod
impl UnwindSafe for LzhufMethod
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