pub struct DeliveryResponse {
pub status: u16,
pub retry_after_us: Option<i64>,
}Fields§
§status: u16§retry_after_us: Option<i64>Trait Implementations§
Source§impl Clone for DeliveryResponse
impl Clone for DeliveryResponse
Source§fn clone(&self) -> DeliveryResponse
fn clone(&self) -> DeliveryResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeliveryResponse
Auto Trait Implementations§
impl Freeze for DeliveryResponse
impl RefUnwindSafe for DeliveryResponse
impl Send for DeliveryResponse
impl Sync for DeliveryResponse
impl Unpin for DeliveryResponse
impl UnsafeUnpin for DeliveryResponse
impl UnwindSafe for DeliveryResponse
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