pub struct UserBountiesForIdRequest {
pub id: UserId,
}
Fields§
§id: UserId
Implementations§
Source§impl UserBountiesForIdRequest
impl UserBountiesForIdRequest
Sourcepub fn builder(id: UserId) -> UserBountiesForIdRequestBuilder
pub fn builder(id: UserId) -> UserBountiesForIdRequestBuilder
Create an instance of UserBountiesForIdRequest
using the builder syntax
Trait Implementations§
Source§impl Clone for UserBountiesForIdRequest
impl Clone for UserBountiesForIdRequest
Source§fn clone(&self) -> UserBountiesForIdRequest
fn clone(&self) -> UserBountiesForIdRequest
Returns a copy 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 UserBountiesForIdRequest
impl Debug for UserBountiesForIdRequest
Source§impl IntoRequest for UserBountiesForIdRequest
impl IntoRequest for UserBountiesForIdRequest
type Discriminant = UserId
type Response = UserBountiesResponse
fn into_request(self) -> ApiRequest<Self::Discriminant>
Auto Trait Implementations§
impl Freeze for UserBountiesForIdRequest
impl RefUnwindSafe for UserBountiesForIdRequest
impl Send for UserBountiesForIdRequest
impl Sync for UserBountiesForIdRequest
impl Unpin for UserBountiesForIdRequest
impl UnwindSafe for UserBountiesForIdRequest
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