pub struct PluginsMigration {
pub marketplace_name: String,
pub plugin_names: Vec<String>,
}Fields§
§marketplace_name: String§plugin_names: Vec<String>Trait Implementations§
Source§impl Clone for PluginsMigration
impl Clone for PluginsMigration
Source§fn clone(&self) -> PluginsMigration
fn clone(&self) -> PluginsMigration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PluginsMigration
impl Debug for PluginsMigration
Source§impl<'de> Deserialize<'de> for PluginsMigration
impl<'de> Deserialize<'de> for PluginsMigration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PluginsMigration
impl RefUnwindSafe for PluginsMigration
impl Send for PluginsMigration
impl Sync for PluginsMigration
impl Unpin for PluginsMigration
impl UnsafeUnpin for PluginsMigration
impl UnwindSafe for PluginsMigration
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