pub enum ScopeDataField {
System(Vec<u8>),
Interface(Vec<u8>),
LineCard(Vec<u8>),
NetFlowCache(Vec<u8>),
Template(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for ScopeDataField
impl Clone for ScopeDataField
Source§fn clone(&self) -> ScopeDataField
fn clone(&self) -> ScopeDataField
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 ScopeDataField
impl Debug for ScopeDataField
Source§impl PartialEq for ScopeDataField
impl PartialEq for ScopeDataField
Source§impl Serialize for ScopeDataField
impl Serialize for ScopeDataField
impl StructuralPartialEq for ScopeDataField
Auto Trait Implementations§
impl Freeze for ScopeDataField
impl RefUnwindSafe for ScopeDataField
impl Send for ScopeDataField
impl Sync for ScopeDataField
impl Unpin for ScopeDataField
impl UnwindSafe for ScopeDataField
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