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