pub struct ActivatePluginParameters {
pub timestamp: Datetime,
pub plugin: PluginInstallationDescription,
}
Fields§
§timestamp: Datetime
§plugin: PluginInstallationDescription
Trait Implementations§
Source§impl Clone for ActivatePluginParameters
impl Clone for ActivatePluginParameters
Source§fn clone(&self) -> ActivatePluginParameters
fn clone(&self) -> ActivatePluginParameters
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 ActivatePluginParameters
impl RefUnwindSafe for ActivatePluginParameters
impl Send for ActivatePluginParameters
impl Sync for ActivatePluginParameters
impl Unpin for ActivatePluginParameters
impl UnwindSafe for ActivatePluginParameters
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