pub enum ReleaseOptions {
List(ListRemoteCliArgs),
Assets(ReleaseAssetOptions),
}
Variants§
List(ListRemoteCliArgs)
Assets(ReleaseAssetOptions)
Trait Implementations§
Source§impl From<ListArgs> for ReleaseOptions
impl From<ListArgs> for ReleaseOptions
Source§impl From<ReleaseCommand> for ReleaseOptions
impl From<ReleaseCommand> for ReleaseOptions
Source§fn from(options: ReleaseCommand) -> Self
fn from(options: ReleaseCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ReleaseOptions
impl RefUnwindSafe for ReleaseOptions
impl Send for ReleaseOptions
impl Sync for ReleaseOptions
impl Unpin for ReleaseOptions
impl UnwindSafe for ReleaseOptions
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