pub enum ExampleLabel {
It,
Example,
Then,
}Variants§
Trait Implementations§
Source§impl Clone for ExampleLabel
impl Clone for ExampleLabel
Source§fn clone(&self) -> ExampleLabel
fn clone(&self) -> ExampleLabel
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 ExampleLabel
impl Debug for ExampleLabel
Source§impl Display for ExampleLabel
impl Display for ExampleLabel
Source§impl PartialEq for ExampleLabel
impl PartialEq for ExampleLabel
impl Copy for ExampleLabel
impl Eq for ExampleLabel
impl StructuralPartialEq for ExampleLabel
Auto Trait Implementations§
impl Freeze for ExampleLabel
impl RefUnwindSafe for ExampleLabel
impl Send for ExampleLabel
impl Sync for ExampleLabel
impl Unpin for ExampleLabel
impl UnsafeUnpin for ExampleLabel
impl UnwindSafe for ExampleLabel
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