pub struct CalendarAlert {
pub account_id: String,
pub calendar_event_id: String,
pub uid: String,
pub recurrence_id: Option<String>,
pub alert_id: String,
}Fields§
§account_id: String§calendar_event_id: String§uid: String§recurrence_id: Option<String>§alert_id: StringTrait Implementations§
Source§impl Clone for CalendarAlert
impl Clone for CalendarAlert
Source§fn clone(&self) -> CalendarAlert
fn clone(&self) -> CalendarAlert
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 CalendarAlert
impl Debug for CalendarAlert
Source§impl<'de> Deserialize<'de> for CalendarAlert
impl<'de> Deserialize<'de> for CalendarAlert
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 PartialEq for CalendarAlert
impl PartialEq for CalendarAlert
Source§impl Serialize for CalendarAlert
impl Serialize for CalendarAlert
impl Eq for CalendarAlert
impl StructuralPartialEq for CalendarAlert
Auto Trait Implementations§
impl Freeze for CalendarAlert
impl RefUnwindSafe for CalendarAlert
impl Send for CalendarAlert
impl Sync for CalendarAlert
impl Unpin for CalendarAlert
impl UnwindSafe for CalendarAlert
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