pub struct SMSReceiver { /* private fields */ }Implementations§
Source§impl SMSReceiver
impl SMSReceiver
Auto Trait Implementations§
impl !Freeze for SMSReceiver
impl !RefUnwindSafe for SMSReceiver
impl Send for SMSReceiver
impl !Sync for SMSReceiver
impl Unpin for SMSReceiver
impl !UnwindSafe for SMSReceiver
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