pub enum MarkerSize {
Tiny,
Mid,
Small,
}
Variants§
Trait Implementations§
Source§impl Clone for MarkerSize
impl Clone for MarkerSize
Source§fn clone(&self) -> MarkerSize
fn clone(&self) -> MarkerSize
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 Display for MarkerSize
impl Display for MarkerSize
Auto Trait Implementations§
impl Freeze for MarkerSize
impl RefUnwindSafe for MarkerSize
impl Send for MarkerSize
impl Sync for MarkerSize
impl Unpin for MarkerSize
impl UnwindSafe for MarkerSize
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