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