pub struct PendingUpdateParameters {
pub timestamp: Datetime,
pub target_version: ComponentVersion,
pub update_description: UpdateDescription,
}
Fields§
§timestamp: Datetime
§target_version: ComponentVersion
§update_description: UpdateDescription
Trait Implementations§
Source§impl Clone for PendingUpdateParameters
impl Clone for PendingUpdateParameters
Source§fn clone(&self) -> PendingUpdateParameters
fn clone(&self) -> PendingUpdateParameters
Returns a copy 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 PendingUpdateParameters
impl RefUnwindSafe for PendingUpdateParameters
impl Send for PendingUpdateParameters
impl Sync for PendingUpdateParameters
impl Unpin for PendingUpdateParameters
impl UnwindSafe for PendingUpdateParameters
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