pub enum MyOptions {
MergeRequest(MergeRequestListCliArgs),
Project(ProjectListCliArgs),
Gist(GistListCliArgs),
}
Variants§
Trait Implementations§
Source§impl From<ListProject> for MyOptions
impl From<ListProject> for MyOptions
Source§fn from(options: ListProject) -> Self
fn from(options: ListProject) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MyOptions
impl RefUnwindSafe for MyOptions
impl Send for MyOptions
impl Sync for MyOptions
impl Unpin for MyOptions
impl UnwindSafe for MyOptions
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