#[repr(transparent)]pub struct AppointmentStoreChangeType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AppointmentStoreChangeType
impl AppointmentStoreChangeType
pub const AppointmentCreated: Self = _
pub const AppointmentModified: Self = _
pub const AppointmentDeleted: Self = _
pub const ChangeTrackingLost: Self = _
pub const CalendarCreated: Self = _
pub const CalendarModified: Self = _
pub const CalendarDeleted: Self = _
Trait Implementations§
§impl Clone for AppointmentStoreChangeType
impl Clone for AppointmentStoreChangeType
§fn clone(&self) -> AppointmentStoreChangeType
fn clone(&self) -> AppointmentStoreChangeType
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 AppointmentStoreChangeType
impl Debug for AppointmentStoreChangeType
§impl Default for AppointmentStoreChangeType
impl Default for AppointmentStoreChangeType
§fn default() -> AppointmentStoreChangeType
fn default() -> AppointmentStoreChangeType
Returns the “default value” for a type. Read more
§impl PartialEq for AppointmentStoreChangeType
impl PartialEq for AppointmentStoreChangeType
§fn eq(&self, other: &AppointmentStoreChangeType) -> bool
fn eq(&self, other: &AppointmentStoreChangeType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AppointmentStoreChangeType
impl Eq for AppointmentStoreChangeType
impl StructuralPartialEq for AppointmentStoreChangeType
Auto Trait Implementations§
impl Freeze for AppointmentStoreChangeType
impl RefUnwindSafe for AppointmentStoreChangeType
impl Send for AppointmentStoreChangeType
impl Sync for AppointmentStoreChangeType
impl Unpin for AppointmentStoreChangeType
impl UnwindSafe for AppointmentStoreChangeType
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
)