pub struct SendResultItem {
pub mobile: String,
pub status: SendStatus,
pub message: String,
pub send_id: String,
}Fields§
§mobile: String§status: SendStatus§message: String§send_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SendResultItem
impl RefUnwindSafe for SendResultItem
impl Send for SendResultItem
impl Sync for SendResultItem
impl Unpin for SendResultItem
impl UnsafeUnpin for SendResultItem
impl UnwindSafe for SendResultItem
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