Enum tap::value::ValueTypeId
source · [−]#[repr(u8)]
pub enum ValueTypeId {
Show 29 variants
Attributes,
ReflectStruct,
VFileBuilder,
Bool,
U8,
U16,
U32,
U64,
I8,
I16,
I32,
I64,
F32,
F64,
USize,
Char,
String,
Str,
Unit,
Option,
Newtype,
Seq,
Bytes,
DateTime,
Map,
Func,
FuncArg,
NodeId,
AttributePath,
}
Variants
Attributes
ReflectStruct
VFileBuilder
Bool
U8
U16
U32
U64
I8
I16
I32
I64
F32
F64
USize
Char
String
Str
Unit
Option
Newtype
Seq
Bytes
DateTime
Map
Func
FuncArg
NodeId
AttributePath
Trait Implementations
sourceimpl Clone for ValueTypeId
impl Clone for ValueTypeId
sourcefn clone(&self) -> ValueTypeId
fn clone(&self) -> ValueTypeId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'de> Deserialize<'de> for ValueTypeId
impl<'de> Deserialize<'de> for ValueTypeId
sourcefn 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
sourceimpl PartialEq<ValueTypeId> for ValueTypeId
impl PartialEq<ValueTypeId> for ValueTypeId
sourceimpl Serialize for ValueTypeId
impl Serialize for ValueTypeId
impl StructuralPartialEq for ValueTypeId
Auto Trait Implementations
impl RefUnwindSafe for ValueTypeId
impl Send for ValueTypeId
impl Sync for ValueTypeId
impl Unpin for ValueTypeId
impl UnwindSafe for ValueTypeId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Serialize for T where
T: Serialize + ?Sized,
impl<T> Serialize for T where
T: Serialize + ?Sized,
pub fn erased_serialize(
&self,
serializer: &mut dyn Serializer
) -> Result<Ok, Error>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more