pub enum ProjectOptions {
Info(ProjectMetadataGetCliArgs),
Tags(ProjectListCliArgs),
Members(ProjectListCliArgs),
}
Variants§
Trait Implementations§
Source§impl From<ListMembers> for ProjectOptions
impl From<ListMembers> for ProjectOptions
Source§fn from(options: ListMembers) -> Self
fn from(options: ListMembers) -> Self
Converts to this type from the input type.
Source§impl From<ListProject> for ProjectOptions
impl From<ListProject> for ProjectOptions
Source§fn from(options: ListProject) -> Self
fn from(options: ListProject) -> Self
Converts to this type from the input type.
Source§impl From<ProjectCommand> for ProjectOptions
impl From<ProjectCommand> for ProjectOptions
Source§fn from(options: ProjectCommand) -> Self
fn from(options: ProjectCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProjectOptions
impl RefUnwindSafe for ProjectOptions
impl Send for ProjectOptions
impl Sync for ProjectOptions
impl Unpin for ProjectOptions
impl UnwindSafe for ProjectOptions
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