pub enum DeliveryMapEntry {
Delivery(Delivery),
Dict(DeliveryMap),
}
Variants§
Delivery(Delivery)
Dict(DeliveryMap)
Auto Trait Implementations§
impl Freeze for DeliveryMapEntry
impl RefUnwindSafe for DeliveryMapEntry
impl Send for DeliveryMapEntry
impl Sync for DeliveryMapEntry
impl Unpin for DeliveryMapEntry
impl UnwindSafe for DeliveryMapEntry
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