pub struct PatchDataFileInfo {
pub before_hash: Option<String>,
pub after_hash: Option<String>,
}Expand description
File info from external patch data (hashes are optional).
Fields§
§before_hash: Option<String>§after_hash: Option<String>Trait Implementations§
Source§impl Clone for PatchDataFileInfo
impl Clone for PatchDataFileInfo
Source§fn clone(&self) -> PatchDataFileInfo
fn clone(&self) -> PatchDataFileInfo
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 PatchDataFileInfo
impl RefUnwindSafe for PatchDataFileInfo
impl Send for PatchDataFileInfo
impl Sync for PatchDataFileInfo
impl Unpin for PatchDataFileInfo
impl UnsafeUnpin for PatchDataFileInfo
impl UnwindSafe for PatchDataFileInfo
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