pub struct UserBountiesResponse {
pub bounties: Vec<Bounty>,
}
Fields§
§bounties: Vec<Bounty>
Trait Implementations§
Source§impl Clone for UserBountiesResponse
impl Clone for UserBountiesResponse
Source§fn clone(&self) -> UserBountiesResponse
fn clone(&self) -> UserBountiesResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UserBountiesResponse
impl Debug for UserBountiesResponse
Source§impl<'de> Deserialize<'de> for UserBountiesResponse
impl<'de> Deserialize<'de> for UserBountiesResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UserBountiesResponse
impl PartialEq for UserBountiesResponse
impl StructuralPartialEq for UserBountiesResponse
Auto Trait Implementations§
impl Freeze for UserBountiesResponse
impl RefUnwindSafe for UserBountiesResponse
impl Send for UserBountiesResponse
impl Sync for UserBountiesResponse
impl Unpin for UserBountiesResponse
impl UnwindSafe for UserBountiesResponse
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