pub enum BreakKindArg {
Micro,
Long,
}Variants§
Trait Implementations§
Source§impl Clone for BreakKindArg
impl Clone for BreakKindArg
Source§fn clone(&self) -> BreakKindArg
fn clone(&self) -> BreakKindArg
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 BreakKindArg
impl Debug for BreakKindArg
Source§impl PartialEq for BreakKindArg
impl PartialEq for BreakKindArg
impl Copy for BreakKindArg
impl Eq for BreakKindArg
impl StructuralPartialEq for BreakKindArg
Auto Trait Implementations§
impl Freeze for BreakKindArg
impl RefUnwindSafe for BreakKindArg
impl Send for BreakKindArg
impl Sync for BreakKindArg
impl Unpin for BreakKindArg
impl UnsafeUnpin for BreakKindArg
impl UnwindSafe for BreakKindArg
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.