pub enum CloudSync {
MatchSyncYes,
MatchSyncNo,
MatchSyncAny,
}
Expand description
Specifies whether a search should match cloud-synchronized items.
Variants§
MatchSyncYes
Match only items that are cloud-synchronized.
MatchSyncNo
Match only items that are not cloud-synchronized.
MatchSyncAny
Match items whether they are cloud-synchronized or not.
Trait Implementations§
impl Copy for CloudSync
Auto Trait Implementations§
impl Freeze for CloudSync
impl RefUnwindSafe for CloudSync
impl Send for CloudSync
impl Sync for CloudSync
impl Unpin for CloudSync
impl UnwindSafe for CloudSync
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