pub enum FrcType {
Boolean,
Int,
Double,
Float,
String,
BoolArray,
IntArray,
FloatArray,
DoubleArray,
StringArray,
Binary,
}Variants§
Trait Implementations§
source§impl<'a> Deserialize<'a> for FrcType
impl<'a> Deserialize<'a> for FrcType
source§fn deserialize<D>(
deserializer: D
) -> Result<Self, <D as Deserializer<'a>>::Error>where
D: Deserializer<'a>,
fn deserialize<D>( deserializer: D ) -> Result<Self, <D as Deserializer<'a>>::Error>where D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<FrcType> for FrcType
impl PartialEq<FrcType> for FrcType
source§impl Serialize for FrcType
impl Serialize for FrcType
source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for FrcType
impl Eq for FrcType
impl StructuralEq for FrcType
impl StructuralPartialEq for FrcType
Auto Trait Implementations§
impl RefUnwindSafe for FrcType
impl Send for FrcType
impl Sync for FrcType
impl Unpin for FrcType
impl UnwindSafe for FrcType
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