pub struct SendFinderMsgRequest<'a> {Show 15 fields
pub app_id: &'a str,
pub to_wxid: &'a str,
pub id: i64,
pub username: &'a str,
pub nickname: &'a str,
pub head_url: &'a str,
pub nonce_id: &'a str,
pub media_type: &'a str,
pub width: &'a str,
pub height: &'a str,
pub url: &'a str,
pub thumb_url: &'a str,
pub thumb_url_token: &'a str,
pub description: &'a str,
pub video_play_len: &'a str,
}Fields§
§app_id: &'a str§to_wxid: &'a str§id: i64§username: &'a str§nickname: &'a str§head_url: &'a str§nonce_id: &'a str§media_type: &'a str§width: &'a str§height: &'a str§url: &'a str§thumb_url: &'a str§thumb_url_token: &'a str§description: &'a str§video_play_len: &'a strTrait Implementations§
Source§impl<'a> Clone for SendFinderMsgRequest<'a>
impl<'a> Clone for SendFinderMsgRequest<'a>
Source§fn clone(&self) -> SendFinderMsgRequest<'a>
fn clone(&self) -> SendFinderMsgRequest<'a>
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<'a> Debug for SendFinderMsgRequest<'a>
impl<'a> Debug for SendFinderMsgRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for SendFinderMsgRequest<'a>
impl<'a> RefUnwindSafe for SendFinderMsgRequest<'a>
impl<'a> Send for SendFinderMsgRequest<'a>
impl<'a> Sync for SendFinderMsgRequest<'a>
impl<'a> Unpin for SendFinderMsgRequest<'a>
impl<'a> UnwindSafe for SendFinderMsgRequest<'a>
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