#[repr(transparent)]pub struct StatementColumn(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for StatementColumn
impl Clone for StatementColumn
Source§fn clone(&self) -> StatementColumn
fn clone(&self) -> StatementColumn
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 StatementColumn
impl Debug for StatementColumn
Source§impl Deref for StatementColumn
impl Deref for StatementColumn
Source§impl<'de> Deserialize<'de> for StatementColumn
impl<'de> Deserialize<'de> for StatementColumn
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
Source§impl Hash for StatementColumn
impl Hash for StatementColumn
Source§impl Ord for StatementColumn
impl Ord for StatementColumn
Source§fn cmp(&self, other: &StatementColumn) -> Ordering
fn cmp(&self, other: &StatementColumn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq<i32> for StatementColumn
impl PartialEq<i32> for StatementColumn
Source§impl PartialEq for StatementColumn
impl PartialEq for StatementColumn
Source§impl PartialOrd for StatementColumn
impl PartialOrd for StatementColumn
Source§impl Serialize for StatementColumn
impl Serialize for StatementColumn
impl Copy for StatementColumn
impl Eq for StatementColumn
impl StructuralPartialEq for StatementColumn
Auto Trait Implementations§
impl Freeze for StatementColumn
impl RefUnwindSafe for StatementColumn
impl Send for StatementColumn
impl Sync for StatementColumn
impl Unpin for StatementColumn
impl UnwindSafe for StatementColumn
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