Enum dsnp_graph_config::DsnpVersion
source · #[repr(C)]pub enum DsnpVersion {
Version1_0 = 0,
}
Expand description
Supported Dsnp Versions
Variants§
Version1_0 = 0
Trait Implementations§
source§impl Clone for DsnpVersion
impl Clone for DsnpVersion
source§fn clone(&self) -> DsnpVersion
fn clone(&self) -> DsnpVersion
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 DsnpVersion
impl Debug for DsnpVersion
source§impl<'de> Deserialize<'de> for DsnpVersion
impl<'de> Deserialize<'de> for DsnpVersion
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for DsnpVersion
impl Hash for DsnpVersion
source§impl Ord for DsnpVersion
impl Ord for DsnpVersion
source§fn cmp(&self, other: &DsnpVersion) -> Ordering
fn cmp(&self, other: &DsnpVersion) -> 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 for DsnpVersion
impl PartialEq for DsnpVersion
source§fn eq(&self, other: &DsnpVersion) -> bool
fn eq(&self, other: &DsnpVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DsnpVersion
impl PartialOrd for DsnpVersion
source§fn partial_cmp(&self, other: &DsnpVersion) -> Option<Ordering>
fn partial_cmp(&self, other: &DsnpVersion) -> 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 Serialize for DsnpVersion
impl Serialize for DsnpVersion
impl Copy for DsnpVersion
impl Eq for DsnpVersion
impl StructuralEq for DsnpVersion
impl StructuralPartialEq for DsnpVersion
Auto Trait Implementations§
impl RefUnwindSafe for DsnpVersion
impl Send for DsnpVersion
impl Sync for DsnpVersion
impl Unpin for DsnpVersion
impl UnwindSafe for DsnpVersion
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