pub enum AttachDuckDBDatabaseOption {
ReadOnly(Option<bool>),
Type(Ident),
}Variants§
Trait Implementations§
source§impl Clone for AttachDuckDBDatabaseOption
impl Clone for AttachDuckDBDatabaseOption
source§fn clone(&self) -> AttachDuckDBDatabaseOption
fn clone(&self) -> AttachDuckDBDatabaseOption
Returns a copy 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 AttachDuckDBDatabaseOption
impl Debug for AttachDuckDBDatabaseOption
source§impl Display for AttachDuckDBDatabaseOption
impl Display for AttachDuckDBDatabaseOption
source§impl Hash for AttachDuckDBDatabaseOption
impl Hash for AttachDuckDBDatabaseOption
source§impl Ord for AttachDuckDBDatabaseOption
impl Ord for AttachDuckDBDatabaseOption
source§fn cmp(&self, other: &AttachDuckDBDatabaseOption) -> Ordering
fn cmp(&self, other: &AttachDuckDBDatabaseOption) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AttachDuckDBDatabaseOption
impl PartialEq for AttachDuckDBDatabaseOption
source§fn eq(&self, other: &AttachDuckDBDatabaseOption) -> bool
fn eq(&self, other: &AttachDuckDBDatabaseOption) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AttachDuckDBDatabaseOption
impl PartialOrd for AttachDuckDBDatabaseOption
source§fn partial_cmp(&self, other: &AttachDuckDBDatabaseOption) -> Option<Ordering>
fn partial_cmp(&self, other: &AttachDuckDBDatabaseOption) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for AttachDuckDBDatabaseOption
impl StructuralPartialEq for AttachDuckDBDatabaseOption
Auto Trait Implementations§
impl Freeze for AttachDuckDBDatabaseOption
impl RefUnwindSafe for AttachDuckDBDatabaseOption
impl Send for AttachDuckDBDatabaseOption
impl Sync for AttachDuckDBDatabaseOption
impl Unpin for AttachDuckDBDatabaseOption
impl UnwindSafe for AttachDuckDBDatabaseOption
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