pub enum EmptyStyle {
Solid,
Space,
Dash,
Thin,
}Variants§
Auto Trait Implementations§
impl Freeze for EmptyStyle
impl RefUnwindSafe for EmptyStyle
impl Send for EmptyStyle
impl Sync for EmptyStyle
impl Unpin for EmptyStyle
impl UnwindSafe for EmptyStyle
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