pub enum CastTarget {
Int,
BigInt,
Float,
Text,
Bool,
Vector,
Date,
Timestamp,
}Variants§
Trait Implementations§
Source§impl Clone for CastTarget
impl Clone for CastTarget
Source§fn clone(&self) -> CastTarget
fn clone(&self) -> CastTarget
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 moreimpl Copy for CastTarget
Source§impl Debug for CastTarget
impl Debug for CastTarget
Source§impl Display for CastTarget
impl Display for CastTarget
impl Eq for CastTarget
Source§impl PartialEq for CastTarget
impl PartialEq for CastTarget
Source§fn eq(&self, other: &CastTarget) -> bool
fn eq(&self, other: &CastTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CastTarget
Auto Trait Implementations§
impl Freeze for CastTarget
impl RefUnwindSafe for CastTarget
impl Send for CastTarget
impl Sync for CastTarget
impl Unpin for CastTarget
impl UnsafeUnpin for CastTarget
impl UnwindSafe for CastTarget
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