pub struct GetCommentVoteUserNamesParams {
pub tenant_id: String,
pub comment_id: String,
pub dir: i32,
pub sso: Option<String>,
}Expand description
struct for passing parameters to the method get_comment_vote_user_names
Fields§
§tenant_id: String§comment_id: String§dir: i32§sso: Option<String>Trait Implementations§
Source§impl Clone for GetCommentVoteUserNamesParams
impl Clone for GetCommentVoteUserNamesParams
Source§fn clone(&self) -> GetCommentVoteUserNamesParams
fn clone(&self) -> GetCommentVoteUserNamesParams
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 moreAuto Trait Implementations§
impl Freeze for GetCommentVoteUserNamesParams
impl RefUnwindSafe for GetCommentVoteUserNamesParams
impl Send for GetCommentVoteUserNamesParams
impl Sync for GetCommentVoteUserNamesParams
impl Unpin for GetCommentVoteUserNamesParams
impl UnwindSafe for GetCommentVoteUserNamesParams
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