pub enum TableVisibility {
Public,
Private,
}Variants§
Trait Implementations§
Source§impl Clone for TableVisibility
impl Clone for TableVisibility
Source§fn clone(&self) -> TableVisibility
fn clone(&self) -> TableVisibility
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 TableVisibility
impl Debug for TableVisibility
Source§impl<'de> Deserialize<'de> for TableVisibility
impl<'de> Deserialize<'de> for TableVisibility
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TableVisibility
impl PartialEq for TableVisibility
Source§impl Serialize for TableVisibility
impl Serialize for TableVisibility
impl StructuralPartialEq for TableVisibility
Auto Trait Implementations§
impl Freeze for TableVisibility
impl RefUnwindSafe for TableVisibility
impl Send for TableVisibility
impl Sync for TableVisibility
impl Unpin for TableVisibility
impl UnwindSafe for TableVisibility
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