pub struct SendCodeRequest {
pub code_type: String,
pub target: String,
}Expand description
发送验证码请求
Fields§
§code_type: String§target: StringTrait Implementations§
Source§impl Clone for SendCodeRequest
impl Clone for SendCodeRequest
Source§fn clone(&self) -> SendCodeRequest
fn clone(&self) -> SendCodeRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SendCodeRequest
impl Debug for SendCodeRequest
Auto Trait Implementations§
impl Freeze for SendCodeRequest
impl RefUnwindSafe for SendCodeRequest
impl Send for SendCodeRequest
impl Sync for SendCodeRequest
impl Unpin for SendCodeRequest
impl UnsafeUnpin for SendCodeRequest
impl UnwindSafe for SendCodeRequest
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