Struct DeviceAccountSyncScheduleKind
#[repr(transparent)]pub struct DeviceAccountSyncScheduleKind(pub i32);Tuple Fields§
§0: i32Implementations§
§impl DeviceAccountSyncScheduleKind
impl DeviceAccountSyncScheduleKind
pub const Manual: Self
pub const Every15Minutes: Self
pub const Every30Minutes: Self
pub const Every60Minutes: Self
pub const Every2Hours: Self
pub const Daily: Self
pub const AsItemsArrive: Self
Trait Implementations§
§impl Clone for DeviceAccountSyncScheduleKind
impl Clone for DeviceAccountSyncScheduleKind
§fn clone(&self) -> DeviceAccountSyncScheduleKind
fn clone(&self) -> DeviceAccountSyncScheduleKind
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 more§impl Debug for DeviceAccountSyncScheduleKind
impl Debug for DeviceAccountSyncScheduleKind
§impl Default for DeviceAccountSyncScheduleKind
impl Default for DeviceAccountSyncScheduleKind
§fn default() -> DeviceAccountSyncScheduleKind
fn default() -> DeviceAccountSyncScheduleKind
Returns the “default value” for a type. Read more
§impl PartialEq for DeviceAccountSyncScheduleKind
impl PartialEq for DeviceAccountSyncScheduleKind
impl Copy for DeviceAccountSyncScheduleKind
impl Eq for DeviceAccountSyncScheduleKind
impl StructuralPartialEq for DeviceAccountSyncScheduleKind
Auto Trait Implementations§
impl Freeze for DeviceAccountSyncScheduleKind
impl RefUnwindSafe for DeviceAccountSyncScheduleKind
impl Send for DeviceAccountSyncScheduleKind
impl Sync for DeviceAccountSyncScheduleKind
impl Unpin for DeviceAccountSyncScheduleKind
impl UnwindSafe for DeviceAccountSyncScheduleKind
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