pub struct LinuxDispatchReservation { /* private fields */ }Expand description
Owned capacity reservation that transfers one native reply into asynchronous work.
Implementations§
Auto Trait Implementations§
impl Freeze for LinuxDispatchReservation
impl !RefUnwindSafe for LinuxDispatchReservation
impl Send for LinuxDispatchReservation
impl Sync for LinuxDispatchReservation
impl Unpin for LinuxDispatchReservation
impl !UnwindSafe for LinuxDispatchReservation
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