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