pub enum LoadFormat {
Text,
Xml,
}Expand description
The format attribute for Junos <load-configuration>.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LoadFormat
impl Clone for LoadFormat
Source§fn clone(&self) -> LoadFormat
fn clone(&self) -> LoadFormat
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 LoadFormat
impl Debug for LoadFormat
Source§impl PartialEq for LoadFormat
impl PartialEq for LoadFormat
impl Copy for LoadFormat
impl Eq for LoadFormat
impl StructuralPartialEq for LoadFormat
Auto Trait Implementations§
impl Freeze for LoadFormat
impl RefUnwindSafe for LoadFormat
impl Send for LoadFormat
impl Sync for LoadFormat
impl Unpin for LoadFormat
impl UnsafeUnpin for LoadFormat
impl UnwindSafe for LoadFormat
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