pub enum TableAccess {
Read,
Write,
ReadWrite,
}Variants§
Trait Implementations§
Source§impl Clone for TableAccess
impl Clone for TableAccess
Source§fn clone(&self) -> TableAccess
fn clone(&self) -> TableAccess
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TableAccess
Source§impl Debug for TableAccess
impl Debug for TableAccess
impl Eq for TableAccess
Source§impl PartialEq for TableAccess
impl PartialEq for TableAccess
impl StructuralPartialEq for TableAccess
Auto Trait Implementations§
impl Freeze for TableAccess
impl RefUnwindSafe for TableAccess
impl Send for TableAccess
impl Sync 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