pub struct ApplyPatchFileUpdate { /* private fields */ }
Expand description
Intended result of a file update for apply_patch.
Trait Implementations§
Source§impl Debug for ApplyPatchFileUpdate
impl Debug for ApplyPatchFileUpdate
Source§impl PartialEq for ApplyPatchFileUpdate
impl PartialEq for ApplyPatchFileUpdate
impl Eq for ApplyPatchFileUpdate
impl StructuralPartialEq for ApplyPatchFileUpdate
Auto Trait Implementations§
impl Freeze for ApplyPatchFileUpdate
impl RefUnwindSafe for ApplyPatchFileUpdate
impl Send for ApplyPatchFileUpdate
impl Sync for ApplyPatchFileUpdate
impl Unpin for ApplyPatchFileUpdate
impl UnwindSafe for ApplyPatchFileUpdate
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