pub enum Edgeshape {
Gt,
Lt,
Or,
Slash,
Backslash,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Edgeshape
impl RefUnwindSafe for Edgeshape
impl Send for Edgeshape
impl Sync for Edgeshape
impl Unpin for Edgeshape
impl UnwindSafe for Edgeshape
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