Enum sep2_common::packages::types::FlowDirectionType
source · #[repr(u8)]pub enum FlowDirectionType {
NotApplicable = 0,
Forward = 1,
Reverse = 19,
}
Variants§
Trait Implementations§
source§impl Clone for FlowDirectionType
impl Clone for FlowDirectionType
source§fn clone(&self) -> FlowDirectionType
fn clone(&self) -> FlowDirectionType
Returns a copy of the value. Read more
1.0.0 · 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 FlowDirectionType
impl Debug for FlowDirectionType
source§impl Default for FlowDirectionType
impl Default for FlowDirectionType
source§fn default() -> FlowDirectionType
fn default() -> FlowDirectionType
Returns the “default value” for a type. Read more
source§impl Ord for FlowDirectionType
impl Ord for FlowDirectionType
source§fn cmp(&self, other: &FlowDirectionType) -> Ordering
fn cmp(&self, other: &FlowDirectionType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<FlowDirectionType> for FlowDirectionType
impl PartialEq<FlowDirectionType> for FlowDirectionType
source§fn eq(&self, other: &FlowDirectionType) -> bool
fn eq(&self, other: &FlowDirectionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<FlowDirectionType> for FlowDirectionType
impl PartialOrd<FlowDirectionType> for FlowDirectionType
source§fn partial_cmp(&self, other: &FlowDirectionType) -> Option<Ordering>
fn partial_cmp(&self, other: &FlowDirectionType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl YaDeserialize for FlowDirectionType
impl YaDeserialize for FlowDirectionType
source§impl YaSerialize for FlowDirectionType
impl YaSerialize for FlowDirectionType
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Eq for FlowDirectionType
impl StructuralEq for FlowDirectionType
impl StructuralPartialEq for FlowDirectionType
Auto Trait Implementations§
impl RefUnwindSafe for FlowDirectionType
impl Send for FlowDirectionType
impl Sync for FlowDirectionType
impl Unpin for FlowDirectionType
impl UnwindSafe for FlowDirectionType
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