pub struct GetVotesForUserParams {
pub tenant_id: String,
pub url_id: String,
pub user_id: Option<String>,
pub anon_user_id: Option<String>,
}Expand description
struct for passing parameters to the method get_votes_for_user
Fields§
§tenant_id: String§url_id: String§user_id: Option<String>§anon_user_id: Option<String>Trait Implementations§
Source§impl Clone for GetVotesForUserParams
impl Clone for GetVotesForUserParams
Source§fn clone(&self) -> GetVotesForUserParams
fn clone(&self) -> GetVotesForUserParams
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 GetVotesForUserParams
impl RefUnwindSafe for GetVotesForUserParams
impl Send for GetVotesForUserParams
impl Sync for GetVotesForUserParams
impl Unpin for GetVotesForUserParams
impl UnwindSafe for GetVotesForUserParams
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