pub struct ApplyPatch {
pub root: PathBuf,
}Fields§
§root: PathBufImplementations§
Trait Implementations§
Source§impl Clone for ApplyPatch
impl Clone for ApplyPatch
Source§fn clone(&self) -> ApplyPatch
fn clone(&self) -> ApplyPatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApplyPatch
impl Debug for ApplyPatch
Auto Trait Implementations§
impl Freeze for ApplyPatch
impl RefUnwindSafe for ApplyPatch
impl Send for ApplyPatch
impl Sync for ApplyPatch
impl Unpin for ApplyPatch
impl UnsafeUnpin for ApplyPatch
impl UnwindSafe for ApplyPatch
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