pub struct FailedUpdateParameters {
pub timestamp: Datetime,
pub target_version: ComponentVersion,
pub details: Option<String>,
}
Fields§
§timestamp: Datetime
§target_version: ComponentVersion
§details: Option<String>
Trait Implementations§
Source§impl Clone for FailedUpdateParameters
impl Clone for FailedUpdateParameters
Source§fn clone(&self) -> FailedUpdateParameters
fn clone(&self) -> FailedUpdateParameters
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 FailedUpdateParameters
impl RefUnwindSafe for FailedUpdateParameters
impl Send for FailedUpdateParameters
impl Sync for FailedUpdateParameters
impl Unpin for FailedUpdateParameters
impl UnwindSafe for FailedUpdateParameters
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