pub struct ChangeAvailabilityResponse {
pub status: ChangeAvailabilityResponseStatus,
}Fields§
§status: ChangeAvailabilityResponseStatusTrait Implementations§
Source§impl Action for ChangeAvailabilityResponse
impl Action for ChangeAvailabilityResponse
Source§impl Clone for ChangeAvailabilityResponse
impl Clone for ChangeAvailabilityResponse
Source§fn clone(&self) -> ChangeAvailabilityResponse
fn clone(&self) -> ChangeAvailabilityResponse
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 moreSource§impl Debug for ChangeAvailabilityResponse
impl Debug for ChangeAvailabilityResponse
impl Eq for ChangeAvailabilityResponse
impl StructuralPartialEq for ChangeAvailabilityResponse
Auto Trait Implementations§
impl Freeze for ChangeAvailabilityResponse
impl RefUnwindSafe for ChangeAvailabilityResponse
impl Send for ChangeAvailabilityResponse
impl Sync for ChangeAvailabilityResponse
impl Unpin for ChangeAvailabilityResponse
impl UnsafeUnpin for ChangeAvailabilityResponse
impl UnwindSafe for ChangeAvailabilityResponse
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