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