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