pub struct DatabaseTraits;Expand description
-T0: store the attribute value in the db.traits table.
Trait Implementations§
Source§impl Clone for DatabaseTraits
impl Clone for DatabaseTraits
impl Copy for DatabaseTraits
Source§impl Debug for DatabaseTraits
impl Debug for DatabaseTraits
Source§impl Default for DatabaseTraits
impl Default for DatabaseTraits
Source§impl ExclusiveOption for DatabaseTraits
Available on non-crate feature lt2023_2 only.
impl ExclusiveOption for DatabaseTraits
Available on non-crate feature
lt2023_2 only.Source§fn inject_args(&self, command: &mut Command)
fn inject_args(&self, command: &mut Command)
Inject the CLI arguments corresponding to this selection into
command.Auto Trait Implementations§
impl Freeze for DatabaseTraits
impl RefUnwindSafe for DatabaseTraits
impl Send for DatabaseTraits
impl Sync for DatabaseTraits
impl Unpin for DatabaseTraits
impl UnsafeUnpin for DatabaseTraits
impl UnwindSafe for DatabaseTraits
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