pub enum SyncTarget {
All,
Mail,
Calendar,
Contacts,
}Variants§
Trait Implementations§
Source§impl Clone for SyncTarget
impl Clone for SyncTarget
Source§fn clone(&self) -> SyncTarget
fn clone(&self) -> SyncTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SyncTarget
impl Debug for SyncTarget
Source§impl PartialEq for SyncTarget
impl PartialEq for SyncTarget
Source§fn eq(&self, other: &SyncTarget) -> bool
fn eq(&self, other: &SyncTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SyncTarget
impl StructuralPartialEq for SyncTarget
Auto Trait Implementations§
impl Freeze for SyncTarget
impl RefUnwindSafe for SyncTarget
impl Send for SyncTarget
impl Sync for SyncTarget
impl Unpin for SyncTarget
impl UnsafeUnpin for SyncTarget
impl UnwindSafe for SyncTarget
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