pub struct TablesWrapper;Trait Implementations§
Source§impl ServiceTablesWrapper for TablesWrapper
impl ServiceTablesWrapper for TablesWrapper
const SERVICE: AccountNumber = SERVICE
Source§impl ToDatabaseSchema for TablesWrapper
impl ToDatabaseSchema for TablesWrapper
Auto Trait Implementations§
impl Freeze for TablesWrapper
impl RefUnwindSafe for TablesWrapper
impl Send for TablesWrapper
impl Sync for TablesWrapper
impl Unpin for TablesWrapper
impl UnsafeUnpin for TablesWrapper
impl UnwindSafe for TablesWrapper
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