pub enum CheckStyle {
Check,
Cross,
Square,
Circle,
Star,
}Expand description
Style of check mark
Variants§
Trait Implementations§
Source§impl Clone for CheckStyle
impl Clone for CheckStyle
Source§fn clone(&self) -> CheckStyle
fn clone(&self) -> CheckStyle
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 CheckStyle
Auto Trait Implementations§
impl Freeze for CheckStyle
impl RefUnwindSafe for CheckStyle
impl Send for CheckStyle
impl Sync for CheckStyle
impl Unpin for CheckStyle
impl UnsafeUnpin for CheckStyle
impl UnwindSafe for CheckStyle
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