#[repr(transparent)]pub struct DeviceAccountSyncScheduleKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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 copy 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
§fn eq(&self, other: &DeviceAccountSyncScheduleKind) -> bool
fn eq(&self, other: &DeviceAccountSyncScheduleKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)