enum TableExposure {
Internal,
Snapshot,
Mcp,
SnapshotAndMcp,
}Variants§
Trait Implementations§
Source§impl Clone for TableExposure
impl Clone for TableExposure
Source§fn clone(&self) -> TableExposure
fn clone(&self) -> TableExposure
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableExposure
impl Debug for TableExposure
Source§impl PartialEq for TableExposure
impl PartialEq for TableExposure
impl Copy for TableExposure
impl Eq for TableExposure
impl StructuralPartialEq for TableExposure
Auto Trait Implementations§
impl Freeze for TableExposure
impl RefUnwindSafe for TableExposure
impl Send for TableExposure
impl Sync for TableExposure
impl Unpin for TableExposure
impl UnsafeUnpin for TableExposure
impl UnwindSafe for TableExposure
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