pub struct PatchInfo { /* private fields */ }Expand description
Tracks information related to a patch necessary to apply that patch.
Implementations§
Trait Implementations§
impl Eq for PatchInfo
Source§impl From<PatchMapEntry> for PatchInfo
impl From<PatchMapEntry> for PatchInfo
Source§fn from(value: PatchMapEntry) -> Self
fn from(value: PatchMapEntry) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for PatchInfo
Auto Trait Implementations§
impl !Freeze for PatchInfo
impl RefUnwindSafe for PatchInfo
impl Send for PatchInfo
impl Sync for PatchInfo
impl Unpin for PatchInfo
impl UnsafeUnpin for PatchInfo
impl UnwindSafe for PatchInfo
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