pub(crate) enum ParsedKey {
}
Variants§
Str(String)
Binary(Vec<u8>)
Char(char)
I8(i8)
I16(i16)
I32(i32)
I64(i64)
I128(i128)
U8(u8)
U16(u16)
U32(u32)
U64(u64)
U128(u128)
Bool(bool)
Implementations§
Trait Implementations§
impl Eq for ParsedKey
impl StructuralPartialEq for ParsedKey
Auto Trait Implementations§
impl Freeze for ParsedKey
impl RefUnwindSafe for ParsedKey
impl Send for ParsedKey
impl Sync for ParsedKey
impl Unpin for ParsedKey
impl UnwindSafe for ParsedKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)