pub enum AuthenticationReturnParameter {
RequestAccepted,
GeneralReject,
AuthenticationConfigurationAPCE,
AuthenticationConfigurationACRAsymmetric,
AuthenticationConfigurationACRSymmetric,
IsoSaeReserved(u8),
DeAuthenticationSuccessful,
CertificateVerifiedOwnershipVerificationNecessary,
OwnershipVerified,
CertificateVerified,
VehicleManufacturerSpecific(u8),
SystemSupplierSpecific(u8),
}Variants§
RequestAccepted
GeneralReject
AuthenticationConfigurationAPCE
AuthenticationConfigurationACRAsymmetric
AuthenticationConfigurationACRSymmetric
IsoSaeReserved(u8)
DeAuthenticationSuccessful
CertificateVerifiedOwnershipVerificationNecessary
OwnershipVerified
CertificateVerified
VehicleManufacturerSpecific(u8)
SystemSupplierSpecific(u8)
Trait Implementations§
Source§impl Clone for AuthenticationReturnParameter
impl Clone for AuthenticationReturnParameter
Source§fn clone(&self) -> AuthenticationReturnParameter
fn clone(&self) -> AuthenticationReturnParameter
Returns a duplicate 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 FrameRead<'_> for AuthenticationReturnParameter
impl FrameRead<'_> for AuthenticationReturnParameter
Source§impl Ord for AuthenticationReturnParameter
impl Ord for AuthenticationReturnParameter
Source§fn cmp(&self, other: &AuthenticationReturnParameter) -> Ordering
fn cmp(&self, other: &AuthenticationReturnParameter) -> 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 AuthenticationReturnParameter
impl PartialEq for AuthenticationReturnParameter
Source§fn eq(&self, other: &AuthenticationReturnParameter) -> bool
fn eq(&self, other: &AuthenticationReturnParameter) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AuthenticationReturnParameter
impl PartialOrd for AuthenticationReturnParameter
impl Eq for AuthenticationReturnParameter
impl StructuralPartialEq for AuthenticationReturnParameter
Auto Trait Implementations§
impl Freeze for AuthenticationReturnParameter
impl RefUnwindSafe for AuthenticationReturnParameter
impl Send for AuthenticationReturnParameter
impl Sync for AuthenticationReturnParameter
impl Unpin for AuthenticationReturnParameter
impl UnsafeUnpin for AuthenticationReturnParameter
impl UnwindSafe for AuthenticationReturnParameter
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