pub enum TableLock<'t> {
Only(&'t str),
Tables(&'t [&'t str]),
}
Variants§
Trait Implementations§
impl<'t> Eq for TableLock<'t>
impl<'t> StructuralPartialEq for TableLock<'t>
Auto Trait Implementations§
impl<'t> Freeze for TableLock<'t>
impl<'t> RefUnwindSafe for TableLock<'t>
impl<'t> Send for TableLock<'t>
impl<'t> Sync for TableLock<'t>
impl<'t> Unpin for TableLock<'t>
impl<'t> UnwindSafe for TableLock<'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