pub enum TableAccess {
Public(Span),
Private(Span),
}Variants§
Auto Trait Implementations§
impl !Send for TableAccess
impl !Sync for TableAccess
impl Freeze for TableAccess
impl RefUnwindSafe for TableAccess
impl Unpin for TableAccess
impl UnsafeUnpin for TableAccess
impl UnwindSafe for TableAccess
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