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