pub enum RefDataLine {
Solid,
Hollow,
Dotted,
Empty,
}
Variants§
Auto Trait Implementations§
impl Freeze for RefDataLine
impl RefUnwindSafe for RefDataLine
impl Send for RefDataLine
impl Sync for RefDataLine
impl Unpin for RefDataLine
impl UnwindSafe for RefDataLine
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