Enum persistent_keystore_rs::Field [−][src]
pub enum Field {
String(String),
I64(i64),
I32(i32),
U64(u64),
U32(u32),
Date(SystemTime),
NotImplemented,
}
Variants
String(String)
Tuple Fields
0: String
I64(i64)
Tuple Fields
0: i64
I32(i32)
Tuple Fields
0: i32
U64(u64)
Tuple Fields
0: u64
U32(u32)
Tuple Fields
0: u32
Date(SystemTime)
Tuple Fields
0: SystemTime
NotImplemented
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Field
impl UnwindSafe for Field
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