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