pub enum PaSync {
DoNotSync = 0,
SyncPastAvailable = 1,
SyncPastUnavailable = 2,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for PaSync
impl Eq for PaSync
impl StructuralPartialEq for PaSync
Auto Trait Implementations§
impl Freeze for PaSync
impl RefUnwindSafe for PaSync
impl Send for PaSync
impl Sync for PaSync
impl Unpin for PaSync
impl UnwindSafe for PaSync
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