#[repr(C)]pub struct TableRegistration {}Auto Trait Implementations§
impl Freeze for TableRegistration
impl RefUnwindSafe for TableRegistration
impl Send for TableRegistration
impl Sync for TableRegistration
impl Unpin for TableRegistration
impl UnsafeUnpin for TableRegistration
impl UnwindSafe for TableRegistration
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