pub enum StandardSkips {
Enabled,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for StandardSkips
impl Clone for StandardSkips
Source§fn clone(&self) -> StandardSkips
fn clone(&self) -> StandardSkips
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StandardSkips
Source§impl Debug for StandardSkips
impl Debug for StandardSkips
impl Eq for StandardSkips
Source§impl PartialEq for StandardSkips
impl PartialEq for StandardSkips
impl StructuralPartialEq for StandardSkips
Auto Trait Implementations§
impl Freeze for StandardSkips
impl RefUnwindSafe for StandardSkips
impl Send for StandardSkips
impl Sync for StandardSkips
impl Unpin for StandardSkips
impl UnsafeUnpin for StandardSkips
impl UnwindSafe for StandardSkips
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