pub struct DHL {
pub tracking: TrackingApi,
}Fields§
§tracking: TrackingApiImplementations§
Auto Trait Implementations§
impl Freeze for DHL
impl RefUnwindSafe for DHL
impl Send for DHL
impl Sync for DHL
impl Unpin for DHL
impl UnsafeUnpin for DHL
impl UnwindSafe for DHL
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