Struct de_net::connection::delivery::deliveries::PendingDeliveries
source · pub(super) struct PendingDeliveries<'a> {
bound: PackageId,
pending: &'a mut Pending,
}
Fields§
§bound: PackageId
§pending: &'a mut Pending
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PendingDeliveries<'a>
impl<'a> RefUnwindSafe for PendingDeliveries<'a>
impl<'a> Send for PendingDeliveries<'a>
impl<'a> Sync for PendingDeliveries<'a>
impl<'a> Unpin for PendingDeliveries<'a>
impl<'a> !UnwindSafe for PendingDeliveries<'a>
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