pub struct PatchRecord {
pub info: PatchInfo,
pub action: PatchAction,
pub timestamp: u64,
}Expand description
Historical record of a patch load/unload
Fields§
§info: PatchInfo§action: PatchAction§timestamp: u64Trait Implementations§
Source§impl Clone for PatchRecord
impl Clone for PatchRecord
Source§fn clone(&self) -> PatchRecord
fn clone(&self) -> PatchRecord
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 PatchRecord
impl RefUnwindSafe for PatchRecord
impl Send for PatchRecord
impl Sync for PatchRecord
impl Unpin for PatchRecord
impl UnwindSafe for PatchRecord
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