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