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