pub struct TornBountiesResponse {
pub bounties: Vec<Bounty>,
pub metadata: RequestMetadataWithLinks,
}
Fields§
§bounties: Vec<Bounty>
§metadata: RequestMetadataWithLinks
Trait Implementations§
Source§impl Clone for TornBountiesResponse
impl Clone for TornBountiesResponse
Source§fn clone(&self) -> TornBountiesResponse
fn clone(&self) -> TornBountiesResponse
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 TornBountiesResponse
impl Debug for TornBountiesResponse
Source§impl<'de> Deserialize<'de> for TornBountiesResponse
impl<'de> Deserialize<'de> for TornBountiesResponse
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 TornBountiesResponse
impl PartialEq for TornBountiesResponse
impl StructuralPartialEq for TornBountiesResponse
Auto Trait Implementations§
impl Freeze for TornBountiesResponse
impl RefUnwindSafe for TornBountiesResponse
impl Send for TornBountiesResponse
impl Sync for TornBountiesResponse
impl Unpin for TornBountiesResponse
impl UnwindSafe for TornBountiesResponse
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