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