pub enum DegreeDirection {
In,
Out,
Both,
}Expand description
Direction for degree calculation.
Variants§
Trait Implementations§
Source§impl Clone for DegreeDirection
impl Clone for DegreeDirection
Source§fn clone(&self) -> DegreeDirection
fn clone(&self) -> DegreeDirection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DegreeDirection
impl Debug for DegreeDirection
impl Copy for DegreeDirection
Auto Trait Implementations§
impl Freeze for DegreeDirection
impl RefUnwindSafe for DegreeDirection
impl Send for DegreeDirection
impl Sync for DegreeDirection
impl Unpin for DegreeDirection
impl UnsafeUnpin for DegreeDirection
impl UnwindSafe for DegreeDirection
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