pub struct SMS {
pub sms_type: SmsType,
pub sender_id: String,
pub max_price: f64,
}
Fields§
§sms_type: SmsType
§sender_id: String
§max_price: f64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SMS
impl RefUnwindSafe for SMS
impl Send for SMS
impl Sync for SMS
impl Unpin for SMS
impl UnwindSafe for SMS
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