pub struct UnknownColumnType(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for UnknownColumnType
impl Clone for UnknownColumnType
Source§fn clone(&self) -> UnknownColumnType
fn clone(&self) -> UnknownColumnType
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 UnknownColumnType
impl Debug for UnknownColumnType
Source§impl Display for UnknownColumnType
impl Display for UnknownColumnType
Source§impl Error for UnknownColumnType
impl Error for UnknownColumnType
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl Hash for UnknownColumnType
impl Hash for UnknownColumnType
Source§impl PartialEq for UnknownColumnType
impl PartialEq for UnknownColumnType
impl Copy for UnknownColumnType
impl Eq for UnknownColumnType
impl StructuralPartialEq for UnknownColumnType
Auto Trait Implementations§
impl Freeze for UnknownColumnType
impl RefUnwindSafe for UnknownColumnType
impl Send for UnknownColumnType
impl Sync for UnknownColumnType
impl Unpin for UnknownColumnType
impl UnwindSafe for UnknownColumnType
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