Enum bc_envelope::base::walk::EdgeType
source · pub enum EdgeType {
None,
Subject,
Assertion,
Predicate,
Object,
Wrapped,
}Expand description
The type of incoming edge provided to the visitor.
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for EdgeType
impl PartialEq for EdgeType
impl Copy for EdgeType
impl Eq for EdgeType
impl StructuralEq for EdgeType
impl StructuralPartialEq for EdgeType
Auto Trait Implementations§
impl RefUnwindSafe for EdgeType
impl Send for EdgeType
impl Sync for EdgeType
impl Unpin for EdgeType
impl UnwindSafe for EdgeType
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