pub enum SchemaFormat {
Sql,
Atlas,
}Variants§
Trait Implementations§
Source§impl Clone for SchemaFormat
impl Clone for SchemaFormat
Source§fn clone(&self) -> SchemaFormat
fn clone(&self) -> SchemaFormat
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 SchemaFormat
Source§impl Debug for SchemaFormat
impl Debug for SchemaFormat
impl Eq for SchemaFormat
Source§impl PartialEq for SchemaFormat
impl PartialEq for SchemaFormat
Source§fn eq(&self, other: &SchemaFormat) -> bool
fn eq(&self, other: &SchemaFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SchemaFormat
Source§impl ValueEnum for SchemaFormat
impl ValueEnum for SchemaFormat
Auto Trait Implementations§
impl Freeze for SchemaFormat
impl RefUnwindSafe for SchemaFormat
impl Send for SchemaFormat
impl Sync for SchemaFormat
impl Unpin for SchemaFormat
impl UnsafeUnpin for SchemaFormat
impl UnwindSafe for SchemaFormat
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