pub struct SyncAction {
pub target: &'static str,
pub action: &'static str,
}Expand description
Result of a sync operation for one file.
Fields§
§target: &'static str§action: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for SyncAction
impl RefUnwindSafe for SyncAction
impl Send for SyncAction
impl Sync for SyncAction
impl Unpin for SyncAction
impl UnsafeUnpin for SyncAction
impl UnwindSafe for SyncAction
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