pub struct OutboundReservation { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Send for OutboundReservation
impl !Sync for OutboundReservation
impl Freeze for OutboundReservation
impl RefUnwindSafe for OutboundReservation
impl Unpin for OutboundReservation
impl UnsafeUnpin for OutboundReservation
impl UnwindSafe for OutboundReservation
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