pub enum GetCompositeScheduleResponseStatus {
Accepted,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for GetCompositeScheduleResponseStatus
impl Clone for GetCompositeScheduleResponseStatus
Source§fn clone(&self) -> GetCompositeScheduleResponseStatus
fn clone(&self) -> GetCompositeScheduleResponseStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for GetCompositeScheduleResponseStatus
impl StructuralPartialEq for GetCompositeScheduleResponseStatus
Auto Trait Implementations§
impl Freeze for GetCompositeScheduleResponseStatus
impl RefUnwindSafe for GetCompositeScheduleResponseStatus
impl Send for GetCompositeScheduleResponseStatus
impl Sync for GetCompositeScheduleResponseStatus
impl Unpin for GetCompositeScheduleResponseStatus
impl UnsafeUnpin for GetCompositeScheduleResponseStatus
impl UnwindSafe for GetCompositeScheduleResponseStatus
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