pub struct BatchSendSuccess {
pub response: Response,
pub rcpt_responses: Vec<Response>,
}
Fields§
§response: Response
§rcpt_responses: Vec<Response>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchSendSuccess
impl RefUnwindSafe for BatchSendSuccess
impl Send for BatchSendSuccess
impl Sync for BatchSendSuccess
impl Unpin for BatchSendSuccess
impl UnwindSafe for BatchSendSuccess
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