pub enum MlPutCalendarJobParts<'b> {
CalendarIdJobId(&'b str, &'b str),
}
Expand description
API parts for the Ml Put Calendar Job API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for MlPutCalendarJobParts<'b>
impl<'b> Clone for MlPutCalendarJobParts<'b>
Source§fn clone(&self) -> MlPutCalendarJobParts<'b>
fn clone(&self) -> MlPutCalendarJobParts<'b>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'b> Debug for MlPutCalendarJobParts<'b>
impl<'b> Debug for MlPutCalendarJobParts<'b>
Source§impl<'b> PartialEq for MlPutCalendarJobParts<'b>
impl<'b> PartialEq for MlPutCalendarJobParts<'b>
Source§fn eq(&self, other: &MlPutCalendarJobParts<'b>) -> bool
fn eq(&self, other: &MlPutCalendarJobParts<'b>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'b> Eq for MlPutCalendarJobParts<'b>
impl<'b> StructuralPartialEq for MlPutCalendarJobParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for MlPutCalendarJobParts<'b>
impl<'b> RefUnwindSafe for MlPutCalendarJobParts<'b>
impl<'b> Send for MlPutCalendarJobParts<'b>
impl<'b> Sync for MlPutCalendarJobParts<'b>
impl<'b> Unpin for MlPutCalendarJobParts<'b>
impl<'b> UnwindSafe for MlPutCalendarJobParts<'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