pub enum DiffNetPosture {
Worse,
ReviewRequired,
Improved,
Unchanged,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DiffNetPosture
impl Clone for DiffNetPosture
Source§fn clone(&self) -> DiffNetPosture
fn clone(&self) -> DiffNetPosture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DiffNetPosture
impl Debug for DiffNetPosture
Source§impl PartialEq for DiffNetPosture
impl PartialEq for DiffNetPosture
Source§fn eq(&self, other: &DiffNetPosture) -> bool
fn eq(&self, other: &DiffNetPosture) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DiffNetPosture
impl Eq for DiffNetPosture
impl StructuralPartialEq for DiffNetPosture
Auto Trait Implementations§
impl Freeze for DiffNetPosture
impl RefUnwindSafe for DiffNetPosture
impl Send for DiffNetPosture
impl Sync for DiffNetPosture
impl Unpin for DiffNetPosture
impl UnsafeUnpin for DiffNetPosture
impl UnwindSafe for DiffNetPosture
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