pub enum DebugOption {
Show 28 variants
Beacon,
API,
App,
Backend,
Config,
Connections,
DB,
Dialer,
Discover,
Events,
FS,
Main,
Model,
NAT,
PMP,
Protocol,
Relay,
Scanner,
SHA256,
Stats,
STUN,
Sync,
Upgrade,
UPnP,
Ur,
Versioner,
WalkFS,
Watchaggregator,
}Variants§
Beacon
API
App
Backend
Config
Connections
DB
Dialer
Discover
Events
FS
Main
Model
NAT
PMP
Protocol
Relay
Scanner
SHA256
Stats
STUN
Sync
Upgrade
UPnP
Ur
Versioner
WalkFS
Watchaggregator
Trait Implementations§
Source§impl Debug for DebugOption
impl Debug for DebugOption
Source§impl<'de> Deserialize<'de> for DebugOption
impl<'de> Deserialize<'de> for DebugOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DebugOption
impl Hash for DebugOption
Source§impl PartialEq for DebugOption
impl PartialEq for DebugOption
impl Eq for DebugOption
impl StructuralPartialEq for DebugOption
Auto Trait Implementations§
impl Freeze for DebugOption
impl RefUnwindSafe for DebugOption
impl Send for DebugOption
impl Sync for DebugOption
impl Unpin for DebugOption
impl UnwindSafe for DebugOption
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