pub enum PropType {
BinaryBlock,
UnsignedInt32,
UnsignedInt64,
Boolean,
Uuid,
Identity,
String,
}
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PropType
impl<'de> Deserialize<'de> for PropType
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
impl StructuralPartialEq for PropType
Auto Trait Implementations§
impl Freeze for PropType
impl RefUnwindSafe for PropType
impl Send for PropType
impl Sync for PropType
impl Unpin for PropType
impl UnwindSafe for PropType
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)