pub enum ProvidersSubcommand {
Default,
Lock,
Mirror(String),
Schema,
}Expand description
The providers subcommand to execute.
Variants§
Default
List required providers for the configuration.
Lock
Write provider dependency lock file.
Mirror(String)
Mirror providers to a local directory.
Schema
Output provider schemas as JSON.
Trait Implementations§
Source§impl Clone for ProvidersSubcommand
impl Clone for ProvidersSubcommand
Source§fn clone(&self) -> ProvidersSubcommand
fn clone(&self) -> ProvidersSubcommand
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ProvidersSubcommand
impl RefUnwindSafe for ProvidersSubcommand
impl Send for ProvidersSubcommand
impl Sync for ProvidersSubcommand
impl Unpin for ProvidersSubcommand
impl UnsafeUnpin for ProvidersSubcommand
impl UnwindSafe for ProvidersSubcommand
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