pub struct ReductionCardCollectionResponse {
pub warnings: Option<Box<WarningCollection>>,
pub problems: Option<Vec<Problem>>,
pub reduction_card_types: Option<Vec<ReductionCardType>>,
pub _links: Option<Vec<Link>>,
}Fields§
§warnings: Option<Box<WarningCollection>>§problems: Option<Vec<Problem>>§reduction_card_types: Option<Vec<ReductionCardType>>§_links: Option<Vec<Link>>Java Property Name: ‘links’
Implementations§
Trait Implementations§
Source§impl Clone for ReductionCardCollectionResponse
impl Clone for ReductionCardCollectionResponse
Source§fn clone(&self) -> ReductionCardCollectionResponse
fn clone(&self) -> ReductionCardCollectionResponse
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 moreSource§impl Default for ReductionCardCollectionResponse
impl Default for ReductionCardCollectionResponse
Source§fn default() -> ReductionCardCollectionResponse
fn default() -> ReductionCardCollectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReductionCardCollectionResponse
impl<'de> Deserialize<'de> for ReductionCardCollectionResponse
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 ReductionCardCollectionResponse
impl PartialEq for ReductionCardCollectionResponse
Source§fn eq(&self, other: &ReductionCardCollectionResponse) -> bool
fn eq(&self, other: &ReductionCardCollectionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReductionCardCollectionResponse
Auto Trait Implementations§
impl Freeze for ReductionCardCollectionResponse
impl RefUnwindSafe for ReductionCardCollectionResponse
impl Send for ReductionCardCollectionResponse
impl Sync for ReductionCardCollectionResponse
impl Unpin for ReductionCardCollectionResponse
impl UnwindSafe for ReductionCardCollectionResponse
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