pub enum BitmapSyncMode {
on_success,
never,
always,
}
Variants§
Trait Implementations§
Source§impl Clone for BitmapSyncMode
impl Clone for BitmapSyncMode
Source§fn clone(&self) -> BitmapSyncMode
fn clone(&self) -> BitmapSyncMode
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 BitmapSyncMode
impl Debug for BitmapSyncMode
Source§impl<'de> Deserialize<'de> for BitmapSyncMode
impl<'de> Deserialize<'de> for BitmapSyncMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for BitmapSyncMode
impl Enum for BitmapSyncMode
Source§impl FromStr for BitmapSyncMode
impl FromStr for BitmapSyncMode
Source§impl Hash for BitmapSyncMode
impl Hash for BitmapSyncMode
Source§impl Ord for BitmapSyncMode
impl Ord for BitmapSyncMode
Source§fn cmp(&self, other: &BitmapSyncMode) -> Ordering
fn cmp(&self, other: &BitmapSyncMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BitmapSyncMode
impl PartialEq for BitmapSyncMode
Source§impl PartialOrd for BitmapSyncMode
impl PartialOrd for BitmapSyncMode
Source§impl Serialize for BitmapSyncMode
impl Serialize for BitmapSyncMode
impl Copy for BitmapSyncMode
impl Eq for BitmapSyncMode
impl StructuralPartialEq for BitmapSyncMode
Auto Trait Implementations§
impl Freeze for BitmapSyncMode
impl RefUnwindSafe for BitmapSyncMode
impl Send for BitmapSyncMode
impl Sync for BitmapSyncMode
impl Unpin for BitmapSyncMode
impl UnwindSafe for BitmapSyncMode
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