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