pub struct TableList { /* private fields */ }Expand description
Represents table list.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableList
impl RefUnwindSafe for TableList
impl Send for TableList
impl Sync for TableList
impl Unpin for TableList
impl UnwindSafe for TableList
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