pub enum EdgeEndpointRole {
Source,
Target,
}Expand description
Which side of an edge failed validation.
Variants§
Trait Implementations§
Source§impl Clone for EdgeEndpointRole
impl Clone for EdgeEndpointRole
Source§fn clone(&self) -> EdgeEndpointRole
fn clone(&self) -> EdgeEndpointRole
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 moreSource§impl Debug for EdgeEndpointRole
impl Debug for EdgeEndpointRole
Source§impl PartialEq for EdgeEndpointRole
impl PartialEq for EdgeEndpointRole
Source§fn eq(&self, other: &EdgeEndpointRole) -> bool
fn eq(&self, other: &EdgeEndpointRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EdgeEndpointRole
impl Eq for EdgeEndpointRole
impl StructuralPartialEq for EdgeEndpointRole
Auto Trait Implementations§
impl Freeze for EdgeEndpointRole
impl RefUnwindSafe for EdgeEndpointRole
impl Send for EdgeEndpointRole
impl Sync for EdgeEndpointRole
impl Unpin for EdgeEndpointRole
impl UnsafeUnpin for EdgeEndpointRole
impl UnwindSafe for EdgeEndpointRole
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