enum AngleType {
Nearly180,
Sharp,
Shallow,
NearlyLine,
}
Variants§
Trait Implementations§
impl Copy for AngleType
impl StructuralPartialEq for AngleType
Auto Trait Implementations§
impl Freeze for AngleType
impl RefUnwindSafe for AngleType
impl Send for AngleType
impl Sync for AngleType
impl Unpin for AngleType
impl UnwindSafe for AngleType
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