Enum common::autogen::EdgeDirection
source · #[repr(u16)]
pub enum EdgeDirection {
Outbound,
Inbound,
}Variants
Outbound
Inbound
Trait Implementations
sourceimpl Clone for EdgeDirection
impl Clone for EdgeDirection
sourcefn clone(&self) -> EdgeDirection
fn clone(&self) -> EdgeDirection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl FromU16 for EdgeDirection
impl FromU16 for EdgeDirection
fn from_u16(value: u16) -> Result<EdgeDirection, NotInSchema>
sourceimpl PartialEq<EdgeDirection> for EdgeDirection
impl PartialEq<EdgeDirection> for EdgeDirection
sourcefn eq(&self, other: &EdgeDirection) -> bool
fn eq(&self, other: &EdgeDirection) -> bool
impl Copy for EdgeDirection
impl StructuralPartialEq for EdgeDirection
Auto Trait Implementations
impl RefUnwindSafe for EdgeDirection
impl Send for EdgeDirection
impl Sync for EdgeDirection
impl Unpin for EdgeDirection
impl UnwindSafe for EdgeDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more