Struct SourceTableId
pub struct SourceTableId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
§impl Clone for SourceTableId
impl Clone for SourceTableId
§fn clone(&self) -> SourceTableId
fn clone(&self) -> SourceTableId
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 more§impl Debug for SourceTableId
impl Debug for SourceTableId
§impl From<usize> for SourceTableId
impl From<usize> for SourceTableId
§fn from(value: usize) -> SourceTableId
fn from(value: usize) -> SourceTableId
Converts to this type from the input type.
§impl PartialEq for SourceTableId
impl PartialEq for SourceTableId
impl Copy for SourceTableId
impl Eq for SourceTableId
impl StructuralPartialEq for SourceTableId
Auto Trait Implementations§
impl Freeze for SourceTableId
impl RefUnwindSafe for SourceTableId
impl Send for SourceTableId
impl Sync for SourceTableId
impl Unpin for SourceTableId
impl UnwindSafe for SourceTableId
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.