pub struct MarketplaceUpdateCommand { /* private fields */ }Expand description
Update marketplace(s) from their source.
Implementations§
Trait Implementations§
Source§impl Clone for MarketplaceUpdateCommand
impl Clone for MarketplaceUpdateCommand
Source§fn clone(&self) -> MarketplaceUpdateCommand
fn clone(&self) -> MarketplaceUpdateCommand
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 moreSource§impl Debug for MarketplaceUpdateCommand
impl Debug for MarketplaceUpdateCommand
Source§impl Default for MarketplaceUpdateCommand
impl Default for MarketplaceUpdateCommand
Source§fn default() -> MarketplaceUpdateCommand
fn default() -> MarketplaceUpdateCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MarketplaceUpdateCommand
impl RefUnwindSafe for MarketplaceUpdateCommand
impl Send for MarketplaceUpdateCommand
impl Sync for MarketplaceUpdateCommand
impl Unpin for MarketplaceUpdateCommand
impl UnsafeUnpin for MarketplaceUpdateCommand
impl UnwindSafe for MarketplaceUpdateCommand
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