pub struct BatchQueryCommentsRequest { /* private fields */ }Expand description
批量获取评论请求
Implementations§
Trait Implementations§
Source§impl Clone for BatchQueryCommentsRequest
impl Clone for BatchQueryCommentsRequest
Source§fn clone(&self) -> BatchQueryCommentsRequest
fn clone(&self) -> BatchQueryCommentsRequest
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 BatchQueryCommentsRequest
impl Debug for BatchQueryCommentsRequest
Source§impl Default for BatchQueryCommentsRequest
impl Default for BatchQueryCommentsRequest
Source§fn default() -> BatchQueryCommentsRequest
fn default() -> BatchQueryCommentsRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchQueryCommentsRequest
impl RefUnwindSafe for BatchQueryCommentsRequest
impl Send for BatchQueryCommentsRequest
impl Sync for BatchQueryCommentsRequest
impl Unpin for BatchQueryCommentsRequest
impl UnwindSafe for BatchQueryCommentsRequest
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