pub enum Code {
WarningStatement(WarningStatementCode),
WarningSubType(WarningSubtypeCode),
}Variants
WarningStatement(WarningStatementCode)
Tuple Fields
WarningSubType(WarningSubtypeCode)
Tuple Fields
Trait Implementations
Formats the name in simplified Chinese.
See formatting rules.
Example
let name = format!("{:b}", val);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
Formats the description in traditional Chinese.
See formatting rules.
Example
let desc = format!("{:x}", val);Formats the name in traditional Chinese.
See formatting rules.
Example
let name = format!("{:o}", val);Formats the description in simplified Chinese.
See formatting rules.
Example
let desc = format!("{:p}", val);Auto Trait Implementations
impl RefUnwindSafe for Code
impl UnwindSafe for Code
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
