pub struct TenSms {}Implementations§
Source§impl TenSms
impl TenSms
pub fn send_notify_output(res: &Result<(), String>) -> String
pub fn send_notify_parse(notify_data: &str) -> BranchSendNotifyResult
pub async fn send_detail( client: Client, region: &str, secret_id: &str, secret_key: &str, sms_app_id: &str, mobile: &str, send_date: &str, ) -> BranchSendDetailResult
pub fn branch_limit() -> u16
pub async fn branch_send( client: Client, region: &str, secret_id: &str, secret_key: &str, sms_app_id: &str, sign_name: &str, template_id: &str, template_arr: Option<Vec<String>>, phone_numbers: &[&str], ) -> BranchSendResult
pub async fn build_request( client: Client, host: &str, method: Method, service: &str, region: &str, action: &str, req_json: &str, secret_id: &str, secret_key: &str, ) -> Result<String, String>
Auto Trait Implementations§
impl Freeze for TenSms
impl RefUnwindSafe for TenSms
impl Send for TenSms
impl Sync for TenSms
impl Unpin for TenSms
impl UnsafeUnpin for TenSms
impl UnwindSafe for TenSms
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