Enum dsnp_graph_config::GraphKeyType
source · #[repr(C)]pub enum GraphKeyType {
X25519 = 0,
}
Expand description
Graph Key type
Variants§
X25519 = 0
Trait Implementations§
source§impl Clone for GraphKeyType
impl Clone for GraphKeyType
source§fn clone(&self) -> GraphKeyType
fn clone(&self) -> GraphKeyType
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 GraphKeyType
impl Debug for GraphKeyType
source§impl<'de> Deserialize<'de> for GraphKeyType
impl<'de> Deserialize<'de> for GraphKeyType
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 PartialEq for GraphKeyType
impl PartialEq for GraphKeyType
source§fn eq(&self, other: &GraphKeyType) -> bool
fn eq(&self, other: &GraphKeyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GraphKeyType
impl Serialize for GraphKeyType
impl Eq for GraphKeyType
impl StructuralEq for GraphKeyType
impl StructuralPartialEq for GraphKeyType
Auto Trait Implementations§
impl RefUnwindSafe for GraphKeyType
impl Send for GraphKeyType
impl Sync for GraphKeyType
impl Unpin for GraphKeyType
impl UnwindSafe for GraphKeyType
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