pub struct CalendarEventRef {}Expand description
Reference of a CalendarEvent
Trait Implementations§
Source§impl Clone for CalendarEventRef
impl Clone for CalendarEventRef
Source§fn clone(&self) -> CalendarEventRef
fn clone(&self) -> CalendarEventRef
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 CalendarEventRef
impl Debug for CalendarEventRef
Source§impl Default for CalendarEventRef
impl Default for CalendarEventRef
Source§fn default() -> CalendarEventRef
fn default() -> CalendarEventRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CalendarEventRef
impl<'de> Deserialize<'de> for CalendarEventRef
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 Display for CalendarEventRef
impl Display for CalendarEventRef
Auto Trait Implementations§
impl Freeze for CalendarEventRef
impl RefUnwindSafe for CalendarEventRef
impl Send for CalendarEventRef
impl Sync for CalendarEventRef
impl Unpin for CalendarEventRef
impl UnsafeUnpin for CalendarEventRef
impl UnwindSafe for CalendarEventRef
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