pub struct AliSms {}Expand description
aliyun sms
Implementations§
Source§impl AliSms
impl AliSms
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, access_key_id: &str, access_secret: &str, send_id: &str, mobile: &str, send_date: &str, ) -> BranchSendDetailResult
pub fn branch_limit() -> u16
pub async fn branch_send( client: Client, region: &str, access_key_id: &str, access_secret: &str, sign_name: &str, template_code: &str, template_param: &str, phone_numbers: &[&str], out_id: &str, ip: &str, ) -> BranchSendResult
pub async fn build_request( client: Client, method: Method, host: &str, uri: &str, query: &str, action: &str, params: &HashMap<&str, &str>, secret_id: &str, secret_key: &str, ) -> Result<String, String>
Auto Trait Implementations§
impl Freeze for AliSms
impl RefUnwindSafe for AliSms
impl Send for AliSms
impl Sync for AliSms
impl Unpin for AliSms
impl UnsafeUnpin for AliSms
impl UnwindSafe for AliSms
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