pub struct CloOpenSms {}Implementations§
Source§impl CloOpenSms
impl CloOpenSms
pub fn send_notify_output(res: &Result<(), String>) -> (StatusCode, String)
pub fn send_notify_parse(notify_data: &str) -> BranchSendNotifyResult
pub async fn send_detail( client: Client, account_sid: &str, account_token: &str, app_id: &str, ) -> BranchSendDetailResult
pub fn branch_limit() -> u16
pub async fn branch_send( client: Client, account_sid: &str, account_token: &str, app_id: &str, template_id: &str, template_arr: Option<Vec<String>>, phone_numbers: &[&str], ) -> BranchSendResult
Auto Trait Implementations§
impl Freeze for CloOpenSms
impl RefUnwindSafe for CloOpenSms
impl Send for CloOpenSms
impl Sync for CloOpenSms
impl Unpin for CloOpenSms
impl UnsafeUnpin for CloOpenSms
impl UnwindSafe for CloOpenSms
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