pub enum SimpleTypeName {
Show 13 variants
Blob,
Boolean,
Document,
String,
Byte,
Short,
Integer,
Long,
Float,
Double,
BigInteger,
BigDecimal,
Timestamp,
}Variants§
Trait Implementations§
Source§impl Clone for SimpleTypeName
impl Clone for SimpleTypeName
Source§fn clone(&self) -> SimpleTypeName
fn clone(&self) -> SimpleTypeName
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 SimpleTypeName
impl Debug for SimpleTypeName
Source§impl PartialEq for SimpleTypeName
impl PartialEq for SimpleTypeName
impl Copy for SimpleTypeName
impl Eq for SimpleTypeName
impl StructuralPartialEq for SimpleTypeName
Auto Trait Implementations§
impl Freeze for SimpleTypeName
impl RefUnwindSafe for SimpleTypeName
impl Send for SimpleTypeName
impl Sync for SimpleTypeName
impl Unpin for SimpleTypeName
impl UnwindSafe for SimpleTypeName
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