pub struct CommentFinderRequest<'a> {Show 13 fields
pub app_id: &'a str,
pub proxy_ip: &'a str,
pub my_user_name: &'a str,
pub op_type: i32,
pub object_nonce_id: &'a str,
pub session_buffer: &'a str,
pub object_id: i64,
pub my_role_type: i32,
pub content: &'a str,
pub comment_id: &'a str,
pub reply_user_name: &'a str,
pub ref_comment_id: i64,
pub root_comment_id: i64,
}Fields§
§app_id: &'a str§proxy_ip: &'a str§my_user_name: &'a str§op_type: i32§object_nonce_id: &'a str§session_buffer: &'a str§object_id: i64§my_role_type: i32§content: &'a str§comment_id: &'a str§reply_user_name: &'a str§ref_comment_id: i64§root_comment_id: i64Trait Implementations§
Source§impl<'a> Clone for CommentFinderRequest<'a>
impl<'a> Clone for CommentFinderRequest<'a>
Source§fn clone(&self) -> CommentFinderRequest<'a>
fn clone(&self) -> CommentFinderRequest<'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 CommentFinderRequest<'a>
impl<'a> Debug for CommentFinderRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for CommentFinderRequest<'a>
impl<'a> RefUnwindSafe for CommentFinderRequest<'a>
impl<'a> Send for CommentFinderRequest<'a>
impl<'a> Sync for CommentFinderRequest<'a>
impl<'a> Unpin for CommentFinderRequest<'a>
impl<'a> UnwindSafe for CommentFinderRequest<'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