pub struct OutgoingSms {
pub recipient: String,
pub content: String,
}Fields§
§recipient: String§content: StringAuto Trait Implementations§
impl Freeze for OutgoingSms
impl RefUnwindSafe for OutgoingSms
impl Send for OutgoingSms
impl Sync for OutgoingSms
impl Unpin for OutgoingSms
impl UnwindSafe for OutgoingSms
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