pub enum IntLogical {
Date,
Time,
}
Expand description
Enum of all logical types of Schema::Int
Variants§
Trait Implementations§
Source§impl Clone for IntLogical
impl Clone for IntLogical
Source§fn clone(&self) -> IntLogical
fn clone(&self) -> IntLogical
Returns a copy 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 IntLogical
impl Debug for IntLogical
Source§impl Hash for IntLogical
impl Hash for IntLogical
Source§impl PartialEq for IntLogical
impl PartialEq for IntLogical
impl Copy for IntLogical
impl Eq for IntLogical
impl StructuralPartialEq for IntLogical
Auto Trait Implementations§
impl Freeze for IntLogical
impl RefUnwindSafe for IntLogical
impl Send for IntLogical
impl Sync for IntLogical
impl Unpin for IntLogical
impl UnwindSafe for IntLogical
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