pub struct ChangesetWithChangesetsOpts {
pub on_conflict: Option<ChangesetsMergeConflict>,
}Fields§
§on_conflict: Option<ChangesetsMergeConflict>What to do on a merge conflict
Trait Implementations§
Source§impl Debug for ChangesetWithChangesetsOpts
impl Debug for ChangesetWithChangesetsOpts
impl StructuralPartialEq for ChangesetWithChangesetsOpts
Auto Trait Implementations§
impl Freeze for ChangesetWithChangesetsOpts
impl RefUnwindSafe for ChangesetWithChangesetsOpts
impl Send for ChangesetWithChangesetsOpts
impl Sync for ChangesetWithChangesetsOpts
impl Unpin for ChangesetWithChangesetsOpts
impl UnsafeUnpin for ChangesetWithChangesetsOpts
impl UnwindSafe for ChangesetWithChangesetsOpts
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