pub enum AngleRelator {
Equal,
Large,
Small,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AngleRelator
impl Clone for AngleRelator
Source§fn clone(&self) -> AngleRelator
fn clone(&self) -> AngleRelator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AngleRelator
Source§impl Debug for AngleRelator
impl Debug for AngleRelator
impl Eq for AngleRelator
Source§impl PartialEq for AngleRelator
impl PartialEq for AngleRelator
Source§fn eq(&self, other: &AngleRelator) -> bool
fn eq(&self, other: &AngleRelator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AngleRelator
Auto Trait Implementations§
impl Freeze for AngleRelator
impl RefUnwindSafe for AngleRelator
impl Send for AngleRelator
impl Sync for AngleRelator
impl Unpin for AngleRelator
impl UnsafeUnpin for AngleRelator
impl UnwindSafe for AngleRelator
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