pub enum InnerMarker {
I64,
I32,
I16,
I8,
U64,
U32,
U16,
U8,
F64,
String,
Bool,
Object,
}
Expand description
The inner marker just telling you the type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for InnerMarker
impl Clone for InnerMarker
Source§fn clone(&self) -> InnerMarker
fn clone(&self) -> InnerMarker
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InnerMarker
impl Debug for InnerMarker
Source§impl PartialEq for InnerMarker
impl PartialEq for InnerMarker
impl Copy for InnerMarker
impl Eq for InnerMarker
impl StructuralPartialEq for InnerMarker
Auto Trait Implementations§
impl Freeze for InnerMarker
impl RefUnwindSafe for InnerMarker
impl Send for InnerMarker
impl Sync for InnerMarker
impl Unpin for InnerMarker
impl UnwindSafe for InnerMarker
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
I64
: 0 bytesI32
: 0 bytesI16
: 0 bytesI8
: 0 bytesU64
: 0 bytesU32
: 0 bytesU16
: 0 bytesU8
: 0 bytesF64
: 0 bytesString
: 0 bytesBool
: 0 bytesObject
: 0 bytes