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