pub struct RowReference { /* private fields */ }Implementations§
Source§impl RowReference
impl RowReference
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
pub fn get_coordinate(&self) -> String
Trait Implementations§
Source§impl Clone for RowReference
impl Clone for RowReference
Source§fn clone(&self) -> RowReference
fn clone(&self) -> RowReference
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 RowReference
impl Debug for RowReference
Source§impl Default for RowReference
impl Default for RowReference
Source§impl Ord for RowReference
impl Ord for RowReference
Source§fn cmp(&self, other: &RowReference) -> Ordering
fn cmp(&self, other: &RowReference) -> 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 RowReference
impl PartialEq for RowReference
Source§impl PartialOrd for RowReference
impl PartialOrd for RowReference
impl Eq for RowReference
impl StructuralPartialEq for RowReference
Auto Trait Implementations§
impl Freeze for RowReference
impl RefUnwindSafe for RowReference
impl Send for RowReference
impl Sync for RowReference
impl Unpin for RowReference
impl UnwindSafe for RowReference
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.