pub enum ChangeAvailabilityResponseStatus {
Accepted,
Rejected,
Scheduled,
}Variants§
Trait Implementations§
Source§impl Clone for ChangeAvailabilityResponseStatus
impl Clone for ChangeAvailabilityResponseStatus
Source§fn clone(&self) -> ChangeAvailabilityResponseStatus
fn clone(&self) -> ChangeAvailabilityResponseStatus
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 ChangeAvailabilityResponseStatus
impl StructuralPartialEq for ChangeAvailabilityResponseStatus
Auto Trait Implementations§
impl Freeze for ChangeAvailabilityResponseStatus
impl RefUnwindSafe for ChangeAvailabilityResponseStatus
impl Send for ChangeAvailabilityResponseStatus
impl Sync for ChangeAvailabilityResponseStatus
impl Unpin for ChangeAvailabilityResponseStatus
impl UnsafeUnpin for ChangeAvailabilityResponseStatus
impl UnwindSafe for ChangeAvailabilityResponseStatus
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