pub struct CommentRepliesParams { /* private fields */ }Expand description
/x/v2/reply/reply 的参数。
Implementations§
Trait Implementations§
Source§impl Clone for CommentRepliesParams
impl Clone for CommentRepliesParams
Source§fn clone(&self) -> CommentRepliesParams
fn clone(&self) -> CommentRepliesParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CommentRepliesParams
Source§impl Debug for CommentRepliesParams
impl Debug for CommentRepliesParams
impl Eq for CommentRepliesParams
Source§impl PartialEq for CommentRepliesParams
impl PartialEq for CommentRepliesParams
Source§fn eq(&self, other: &CommentRepliesParams) -> bool
fn eq(&self, other: &CommentRepliesParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CommentRepliesParams
Auto Trait Implementations§
impl Freeze for CommentRepliesParams
impl RefUnwindSafe for CommentRepliesParams
impl Send for CommentRepliesParams
impl Sync for CommentRepliesParams
impl Unpin for CommentRepliesParams
impl UnsafeUnpin for CommentRepliesParams
impl UnwindSafe for CommentRepliesParams
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