pub struct EmptyTableArgs {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyTableArgs
impl RefUnwindSafe for EmptyTableArgs
impl Send for EmptyTableArgs
impl Sync for EmptyTableArgs
impl Unpin for EmptyTableArgs
impl UnwindSafe for EmptyTableArgs
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