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