pub enum EdgeOperator {
Forward,
Bidirectional,
Association,
}Expand description
Directionality expressed by an edge operator.
Variants§
Trait Implementations§
Source§impl Clone for EdgeOperator
impl Clone for EdgeOperator
Source§fn clone(&self) -> EdgeOperator
fn clone(&self) -> EdgeOperator
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 EdgeOperator
Source§impl Debug for EdgeOperator
impl Debug for EdgeOperator
impl Eq for EdgeOperator
Source§impl Hash for EdgeOperator
impl Hash for EdgeOperator
Source§impl PartialEq for EdgeOperator
impl PartialEq for EdgeOperator
impl StructuralPartialEq for EdgeOperator
Auto Trait Implementations§
impl Freeze for EdgeOperator
impl RefUnwindSafe for EdgeOperator
impl Send for EdgeOperator
impl Sync for EdgeOperator
impl Unpin for EdgeOperator
impl UnsafeUnpin for EdgeOperator
impl UnwindSafe for EdgeOperator
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