pub struct SyncCommand {
pub merge: bool,
}
Expand description
Sync command implementation
Fields§
§merge: bool
Trait Implementations§
Source§impl TestCommand for SyncCommand
impl TestCommand for SyncCommand
fn execute(&self) -> TestCommandResult
Auto Trait Implementations§
impl Freeze for SyncCommand
impl RefUnwindSafe for SyncCommand
impl Send for SyncCommand
impl Sync for SyncCommand
impl Unpin for SyncCommand
impl UnwindSafe for SyncCommand
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