pub struct TableResponse {
pub offset: u16,
/* private fields */
}Fields§
§offset: u16Implementations§
Trait Implementations§
Source§impl Clone for TableResponse
impl Clone for TableResponse
Source§fn clone(&self) -> TableResponse
fn clone(&self) -> TableResponse
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 CommandResult for TableResponse
impl CommandResult for TableResponse
Source§impl Debug for TableResponse
impl Debug for TableResponse
Source§impl Default for TableResponse
impl Default for TableResponse
impl Copy for TableResponse
Auto Trait Implementations§
impl Freeze for TableResponse
impl RefUnwindSafe for TableResponse
impl Send for TableResponse
impl Sync for TableResponse
impl Unpin for TableResponse
impl UnwindSafe for TableResponse
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