pub struct SqshIdTable { /* private fields */ }Expand description
table/id_table.c
Trait Implementations§
Source§impl Clone for SqshIdTable
impl Clone for SqshIdTable
Source§fn clone(&self) -> SqshIdTable
fn clone(&self) -> SqshIdTable
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 SqshIdTable
impl Debug for SqshIdTable
impl Copy for SqshIdTable
Auto Trait Implementations§
impl Freeze for SqshIdTable
impl RefUnwindSafe for SqshIdTable
impl Send for SqshIdTable
impl Sync for SqshIdTable
impl Unpin for SqshIdTable
impl UnwindSafe for SqshIdTable
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