pub enum MlGetCalendarsParts<'b> {
None,
CalendarId(&'b str),
}
Expand description
API parts for the Ml Get Calendars API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for MlGetCalendarsParts<'b>
impl<'b> Clone for MlGetCalendarsParts<'b>
Source§fn clone(&self) -> MlGetCalendarsParts<'b>
fn clone(&self) -> MlGetCalendarsParts<'b>
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 moreSource§impl<'b> Debug for MlGetCalendarsParts<'b>
impl<'b> Debug for MlGetCalendarsParts<'b>
Source§impl<'b> PartialEq for MlGetCalendarsParts<'b>
impl<'b> PartialEq for MlGetCalendarsParts<'b>
impl<'b> Eq for MlGetCalendarsParts<'b>
impl<'b> StructuralPartialEq for MlGetCalendarsParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for MlGetCalendarsParts<'b>
impl<'b> RefUnwindSafe for MlGetCalendarsParts<'b>
impl<'b> Send for MlGetCalendarsParts<'b>
impl<'b> Sync for MlGetCalendarsParts<'b>
impl<'b> Unpin for MlGetCalendarsParts<'b>
impl<'b> UnwindSafe for MlGetCalendarsParts<'b>
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