pub struct ValidatedTableWriter<'t> { /* private fields */ }
Expand description
A vtable containing table write access methods
It’s used as a token to prove you’re allowed to write tables in a particular context
Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for ValidatedTableWriter<'t>
impl<'t> RefUnwindSafe for ValidatedTableWriter<'t>
impl<'t> !Send for ValidatedTableWriter<'t>
impl<'t> !Sync for ValidatedTableWriter<'t>
impl<'t> Unpin for ValidatedTableWriter<'t>
impl<'t> UnwindSafe for ValidatedTableWriter<'t>
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