pub enum RefreshData {
Tags,
CustomFields,
Correspondents,
DocumentTypes,
Users,
}Expand description
Selects which cached metadata to refresh.
Variants§
Trait Implementations§
Source§impl Clone for RefreshData
impl Clone for RefreshData
Source§fn clone(&self) -> RefreshData
fn clone(&self) -> RefreshData
Returns a duplicate of the value. Read more
1.0.0 · 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 RefreshData
impl Debug for RefreshData
Source§impl PartialEq for RefreshData
impl PartialEq for RefreshData
impl Copy for RefreshData
impl Eq for RefreshData
impl StructuralPartialEq for RefreshData
Auto Trait Implementations§
impl Freeze for RefreshData
impl RefUnwindSafe for RefreshData
impl Send for RefreshData
impl Sync for RefreshData
impl Unpin for RefreshData
impl UnsafeUnpin for RefreshData
impl UnwindSafe for RefreshData
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.