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