pub enum SmsType {
Promotional,
Transactional,
}
Variants§
Auto Trait Implementations§
impl Freeze for SmsType
impl RefUnwindSafe for SmsType
impl Send for SmsType
impl Sync for SmsType
impl Unpin for SmsType
impl UnwindSafe for SmsType
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