pub struct MarketplaceRemoveCommand { /* private fields */ }Expand description
Remove a configured marketplace.
Implementations§
Trait Implementations§
Source§impl Clone for MarketplaceRemoveCommand
impl Clone for MarketplaceRemoveCommand
Source§fn clone(&self) -> MarketplaceRemoveCommand
fn clone(&self) -> MarketplaceRemoveCommand
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 MarketplaceRemoveCommand
impl RefUnwindSafe for MarketplaceRemoveCommand
impl Send for MarketplaceRemoveCommand
impl Sync for MarketplaceRemoveCommand
impl Unpin for MarketplaceRemoveCommand
impl UnsafeUnpin for MarketplaceRemoveCommand
impl UnwindSafe for MarketplaceRemoveCommand
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