pub struct PatchSet<'maildir> { /* private fields */ }
Expand description
A set of patches that can be applied to a repo
Implementations§
Auto Trait Implementations§
impl<'maildir> Freeze for PatchSet<'maildir>
impl<'maildir> RefUnwindSafe for PatchSet<'maildir>
impl<'maildir> Send for PatchSet<'maildir>
impl<'maildir> Sync for PatchSet<'maildir>
impl<'maildir> Unpin for PatchSet<'maildir>
impl<'maildir> UnwindSafe for PatchSet<'maildir>
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