pub struct GetCompositeSchedule;Expand description
Marker type for the GetCompositeSchedule action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetCompositeSchedule
impl RefUnwindSafe for GetCompositeSchedule
impl Send for GetCompositeSchedule
impl Sync for GetCompositeSchedule
impl Unpin for GetCompositeSchedule
impl UnsafeUnpin for GetCompositeSchedule
impl UnwindSafe for GetCompositeSchedule
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