pub enum NetworkRedactArg {
On,
Off,
}Variants§
Trait Implementations§
Source§impl Clone for NetworkRedactArg
impl Clone for NetworkRedactArg
Source§fn clone(&self) -> NetworkRedactArg
fn clone(&self) -> NetworkRedactArg
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 moreimpl Copy for NetworkRedactArg
Source§impl Debug for NetworkRedactArg
impl Debug for NetworkRedactArg
Source§impl Default for NetworkRedactArg
impl Default for NetworkRedactArg
Source§fn default() -> NetworkRedactArg
fn default() -> NetworkRedactArg
Returns the “default value” for a type. Read more
Source§impl Display for NetworkRedactArg
impl Display for NetworkRedactArg
Source§impl ValueEnum for NetworkRedactArg
impl ValueEnum for NetworkRedactArg
Auto Trait Implementations§
impl Freeze for NetworkRedactArg
impl RefUnwindSafe for NetworkRedactArg
impl Send for NetworkRedactArg
impl Sync for NetworkRedactArg
impl Unpin for NetworkRedactArg
impl UnsafeUnpin for NetworkRedactArg
impl UnwindSafe for NetworkRedactArg
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