pub struct ColumnReference { /* private fields */ }Implementations§
Source§impl ColumnReference
impl ColumnReference
pub fn get_num(&self) -> &u32
pub fn set_num(&mut self, value: u32) -> &mut Self
pub fn get_is_lock(&self) -> &bool
pub fn set_is_lock(&mut self, value: bool) -> &mut Self
pub fn set_is_lock_usize(&mut self, value: u32) -> &mut Self
Trait Implementations§
Source§impl Clone for ColumnReference
impl Clone for ColumnReference
Source§fn clone(&self) -> ColumnReference
fn clone(&self) -> ColumnReference
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 ColumnReference
impl Debug for ColumnReference
Source§impl Default for ColumnReference
impl Default for ColumnReference
Source§impl Ord for ColumnReference
impl Ord for ColumnReference
Source§fn cmp(&self, other: &ColumnReference) -> Ordering
fn cmp(&self, other: &ColumnReference) -> 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 for ColumnReference
impl PartialEq for ColumnReference
Source§impl PartialOrd for ColumnReference
impl PartialOrd for ColumnReference
impl Eq for ColumnReference
impl StructuralPartialEq for ColumnReference
Auto Trait Implementations§
impl Freeze for ColumnReference
impl RefUnwindSafe for ColumnReference
impl Send for ColumnReference
impl Sync for ColumnReference
impl Unpin for ColumnReference
impl UnwindSafe for ColumnReference
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.