pub enum DtoFieldType {
Boolean,
Integer,
UInteger,
Float,
String,
Uuid,
DateTime,
Enum,
}Variants§
Trait Implementations§
Source§impl Clone for DtoFieldType
impl Clone for DtoFieldType
Source§fn clone(&self) -> DtoFieldType
fn clone(&self) -> DtoFieldType
Returns a duplicate 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 DtoFieldType
impl Debug for DtoFieldType
Source§impl Default for DtoFieldType
impl Default for DtoFieldType
Source§fn default() -> DtoFieldType
fn default() -> DtoFieldType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DtoFieldType
impl<'de> Deserialize<'de> for DtoFieldType
Source§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
Source§impl PartialEq for DtoFieldType
impl PartialEq for DtoFieldType
Source§impl Serialize for DtoFieldType
impl Serialize for DtoFieldType
impl Eq for DtoFieldType
impl StructuralPartialEq for DtoFieldType
Auto Trait Implementations§
impl Freeze for DtoFieldType
impl RefUnwindSafe for DtoFieldType
impl Send for DtoFieldType
impl Sync for DtoFieldType
impl Unpin for DtoFieldType
impl UnsafeUnpin for DtoFieldType
impl UnwindSafe for DtoFieldType
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