pub enum CreateDefaultType {
Bool,
Int,
String,
}Variants§
Trait Implementations§
Source§impl Clone for CreateDefaultType
impl Clone for CreateDefaultType
Source§fn clone(&self) -> CreateDefaultType
fn clone(&self) -> CreateDefaultType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreateDefaultType
impl Debug for CreateDefaultType
Source§impl PartialEq for CreateDefaultType
impl PartialEq for CreateDefaultType
Source§fn eq(&self, other: &CreateDefaultType) -> bool
fn eq(&self, other: &CreateDefaultType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateDefaultType
impl Eq for CreateDefaultType
impl StructuralPartialEq for CreateDefaultType
Auto Trait Implementations§
impl Freeze for CreateDefaultType
impl RefUnwindSafe for CreateDefaultType
impl Send for CreateDefaultType
impl Sync for CreateDefaultType
impl Unpin for CreateDefaultType
impl UnsafeUnpin for CreateDefaultType
impl UnwindSafe for CreateDefaultType
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