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