pub enum BinaryKind {
Test,
DocTest,
Other,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BinaryKind
impl Clone for BinaryKind
Source§fn clone(&self) -> BinaryKind
fn clone(&self) -> BinaryKind
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 BinaryKind
Source§impl Debug for BinaryKind
impl Debug for BinaryKind
impl Eq for BinaryKind
Source§impl PartialEq for BinaryKind
impl PartialEq for BinaryKind
Source§fn eq(&self, other: &BinaryKind) -> bool
fn eq(&self, other: &BinaryKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BinaryKind
Auto Trait Implementations§
impl Freeze for BinaryKind
impl RefUnwindSafe for BinaryKind
impl Send for BinaryKind
impl Sync for BinaryKind
impl Unpin for BinaryKind
impl UnsafeUnpin for BinaryKind
impl UnwindSafe for BinaryKind
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