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