#[repr(u8)]pub enum FurtherActionRequired {
NoFurtherActionRequried,
Reserved(u8),
RoutingActivationRequiredToInitiateCentralSecurity,
VmSpecific(u8),
}Variants§
NoFurtherActionRequried
Reserved(u8)
RoutingActivationRequiredToInitiateCentralSecurity
VmSpecific(u8)
Trait Implementations§
Source§impl Clone for FurtherActionRequired
impl Clone for FurtherActionRequired
Source§fn clone(&self) -> FurtherActionRequired
fn clone(&self) -> FurtherActionRequired
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 FurtherActionRequired
impl Debug for FurtherActionRequired
Source§impl From<u8> for FurtherActionRequired
impl From<u8> for FurtherActionRequired
Source§impl PartialEq for FurtherActionRequired
impl PartialEq for FurtherActionRequired
impl Copy for FurtherActionRequired
impl Eq for FurtherActionRequired
impl StructuralPartialEq for FurtherActionRequired
Auto Trait Implementations§
impl Freeze for FurtherActionRequired
impl RefUnwindSafe for FurtherActionRequired
impl Send for FurtherActionRequired
impl Sync for FurtherActionRequired
impl Unpin for FurtherActionRequired
impl UnwindSafe for FurtherActionRequired
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