pub enum BenVariant {
Standard,
MkvChain,
}
Variants§
Trait Implementations§
Source§impl Clone for BenVariant
impl Clone for BenVariant
Source§fn clone(&self) -> BenVariant
fn clone(&self) -> BenVariant
Returns a copy 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 BenVariant
impl Debug for BenVariant
Source§impl PartialEq for BenVariant
impl PartialEq for BenVariant
impl Copy for BenVariant
impl StructuralPartialEq for BenVariant
Auto Trait Implementations§
impl Freeze for BenVariant
impl RefUnwindSafe for BenVariant
impl Send for BenVariant
impl Sync for BenVariant
impl Unpin for BenVariant
impl UnwindSafe for BenVariant
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