pub enum ReleaseAssetOptions {
List(ReleaseAssetListCliArgs),
}
Variants§
List(ReleaseAssetListCliArgs)
Trait Implementations§
Source§impl From<ListAssets> for ReleaseAssetOptions
impl From<ListAssets> for ReleaseAssetOptions
Source§fn from(args: ListAssets) -> Self
fn from(args: ListAssets) -> Self
Converts to this type from the input type.
Source§impl From<ReleaseAssetSubcommand> for ReleaseAssetOptions
impl From<ReleaseAssetSubcommand> for ReleaseAssetOptions
Source§fn from(subcommand: ReleaseAssetSubcommand) -> Self
fn from(subcommand: ReleaseAssetSubcommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReleaseAssetOptions
impl RefUnwindSafe for ReleaseAssetOptions
impl Send for ReleaseAssetOptions
impl Sync for ReleaseAssetOptions
impl Unpin for ReleaseAssetOptions
impl UnwindSafe for ReleaseAssetOptions
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