pub enum ActivationType {
Default = 0,
WwhObd = 1,
CentralSecurity = 2,
}Expand description
Used in Routing Activation Request to request specific routing types.
Used to customise the routing type requested from the DoIP entity for different
scenarios.
Variants§
Trait Implementations§
Source§impl Clone for ActivationType
impl Clone for ActivationType
Source§fn clone(&self) -> ActivationType
fn clone(&self) -> ActivationType
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 Debug for ActivationType
impl Debug for ActivationType
Source§impl From<ActivationType> for u8
impl From<ActivationType> for u8
Source§fn from(value: ActivationType) -> Self
fn from(value: ActivationType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ActivationType
impl PartialEq for ActivationType
Source§impl TryFrom<&u8> for ActivationType
impl TryFrom<&u8> for ActivationType
impl Copy for ActivationType
impl StructuralPartialEq for ActivationType
Auto Trait Implementations§
impl Freeze for ActivationType
impl RefUnwindSafe for ActivationType
impl Send for ActivationType
impl Sync for ActivationType
impl Unpin for ActivationType
impl UnsafeUnpin for ActivationType
impl UnwindSafe for ActivationType
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