pub struct TraitDepot;Expand description
-T1: store the attribute value in the trait depot.
Trait Implementations§
Source§impl Clone for TraitDepot
impl Clone for TraitDepot
impl Copy for TraitDepot
Source§impl Debug for TraitDepot
impl Debug for TraitDepot
Source§impl Default for TraitDepot
impl Default for TraitDepot
Source§impl ExclusiveOption for TraitDepot
Available on non-crate feature lt2023_2 only.
impl ExclusiveOption for TraitDepot
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 TraitDepot
impl RefUnwindSafe for TraitDepot
impl Send for TraitDepot
impl Sync for TraitDepot
impl Unpin for TraitDepot
impl UnsafeUnpin for TraitDepot
impl UnwindSafe for TraitDepot
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