pub enum PrintDebuggerMode {
Enter,
Exit,
All,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PrintDebuggerMode
impl Clone for PrintDebuggerMode
Source§fn clone(&self) -> PrintDebuggerMode
fn clone(&self) -> PrintDebuggerMode
Returns a copy 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 PrintDebuggerMode
impl Debug for PrintDebuggerMode
Source§impl Default for PrintDebuggerMode
impl Default for PrintDebuggerMode
Source§fn default() -> PrintDebuggerMode
fn default() -> PrintDebuggerMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrintDebuggerMode
impl PartialEq for PrintDebuggerMode
impl Copy for PrintDebuggerMode
impl Eq for PrintDebuggerMode
impl StructuralPartialEq for PrintDebuggerMode
Auto Trait Implementations§
impl Freeze for PrintDebuggerMode
impl RefUnwindSafe for PrintDebuggerMode
impl Send for PrintDebuggerMode
impl Sync for PrintDebuggerMode
impl Unpin for PrintDebuggerMode
impl UnwindSafe for PrintDebuggerMode
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