pub enum SyncKind {
Pull(PullResult),
}Variants§
Pull(PullResult)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncKind
impl RefUnwindSafe for SyncKind
impl Send for SyncKind
impl Sync for SyncKind
impl Unpin for SyncKind
impl UnwindSafe for SyncKind
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