pub enum DirectionArg {
In,
Out,
}Expand description
Lineage traversal direction.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DirectionArg
impl Clone for DirectionArg
Source§fn clone(&self) -> DirectionArg
fn clone(&self) -> DirectionArg
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 DirectionArg
Source§impl Debug for DirectionArg
impl Debug for DirectionArg
Source§impl Serialize for DirectionArg
impl Serialize for DirectionArg
Source§impl ValueEnum for DirectionArg
impl ValueEnum for DirectionArg
Auto Trait Implementations§
impl Freeze for DirectionArg
impl RefUnwindSafe for DirectionArg
impl Send for DirectionArg
impl Sync for DirectionArg
impl Unpin for DirectionArg
impl UnsafeUnpin for DirectionArg
impl UnwindSafe for DirectionArg
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