Enum auto_uds::SecurityOperation
source · pub enum SecurityOperation {
RequestSeed,
SendKey,
}Expand description
Security operation request
Variants§
Trait Implementations§
source§impl Clone for SecurityOperation
impl Clone for SecurityOperation
source§fn clone(&self) -> SecurityOperation
fn clone(&self) -> SecurityOperation
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 SecurityOperation
impl Debug for SecurityOperation
source§impl From<SecurityOperation> for u8
impl From<SecurityOperation> for u8
source§fn from(from: SecurityOperation) -> Self
fn from(from: SecurityOperation) -> Self
Converts to this type from the input type.
source§impl Ord for SecurityOperation
impl Ord for SecurityOperation
source§fn cmp(&self, other: &SecurityOperation) -> Ordering
fn cmp(&self, other: &SecurityOperation) -> 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<SecurityOperation> for SecurityOperation
impl PartialEq<SecurityOperation> for SecurityOperation
source§fn eq(&self, other: &SecurityOperation) -> bool
fn eq(&self, other: &SecurityOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SecurityOperation> for SecurityOperation
impl PartialOrd<SecurityOperation> for SecurityOperation
source§fn partial_cmp(&self, other: &SecurityOperation) -> Option<Ordering>
fn partial_cmp(&self, other: &SecurityOperation) -> 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 more