pub enum CycleStanding {
Acyclic,
Cyclic,
}Expand description
Whether one same-roster directed relation contains a cycle.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CycleStanding
impl Clone for CycleStanding
Source§fn clone(&self) -> CycleStanding
fn clone(&self) -> CycleStanding
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 CycleStanding
Source§impl Debug for CycleStanding
impl Debug for CycleStanding
impl Eq for CycleStanding
Source§impl Hash for CycleStanding
impl Hash for CycleStanding
Source§impl PartialEq for CycleStanding
impl PartialEq for CycleStanding
impl StructuralPartialEq for CycleStanding
Auto Trait Implementations§
impl Freeze for CycleStanding
impl RefUnwindSafe for CycleStanding
impl Send for CycleStanding
impl Sync for CycleStanding
impl Unpin for CycleStanding
impl UnsafeUnpin for CycleStanding
impl UnwindSafe for CycleStanding
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