pub enum FirewallType {
Peripheral,
Memory,
NoType,
}Variants§
Trait Implementations§
Source§impl Clone for FirewallType
impl Clone for FirewallType
Source§fn clone(&self) -> FirewallType
fn clone(&self) -> FirewallType
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 FirewallType
impl Debug for FirewallType
Source§impl PartialEq for FirewallType
impl PartialEq for FirewallType
impl Copy for FirewallType
impl Eq for FirewallType
impl StructuralPartialEq for FirewallType
Auto Trait Implementations§
impl Freeze for FirewallType
impl RefUnwindSafe for FirewallType
impl Send for FirewallType
impl Sync for FirewallType
impl Unpin for FirewallType
impl UnsafeUnpin for FirewallType
impl UnwindSafe for FirewallType
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