pub enum DescribeFormat {
Tabular,
Json,
}Expand description
DESCRIBE output representation.
Variants§
Trait Implementations§
Source§impl Clone for DescribeFormat
impl Clone for DescribeFormat
Source§fn clone(&self) -> DescribeFormat
fn clone(&self) -> DescribeFormat
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 DescribeFormat
Source§impl Debug for DescribeFormat
impl Debug for DescribeFormat
impl Eq for DescribeFormat
Source§impl PartialEq for DescribeFormat
impl PartialEq for DescribeFormat
impl StructuralPartialEq for DescribeFormat
Auto Trait Implementations§
impl Freeze for DescribeFormat
impl RefUnwindSafe for DescribeFormat
impl Send for DescribeFormat
impl Sync for DescribeFormat
impl Unpin for DescribeFormat
impl UnsafeUnpin for DescribeFormat
impl UnwindSafe for DescribeFormat
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