pub struct GrantedReductionAmounts {
pub granted_reduction_amount: Option<Vec<GrantedReductionAmount>>,
}Expand description
GrantedReductionAmounts : granted reduction amounts
Fields§
§granted_reduction_amount: Option<Vec<GrantedReductionAmount>>Implementations§
Source§impl GrantedReductionAmounts
impl GrantedReductionAmounts
Sourcepub fn new() -> GrantedReductionAmounts
pub fn new() -> GrantedReductionAmounts
granted reduction amounts
Trait Implementations§
Source§impl Clone for GrantedReductionAmounts
impl Clone for GrantedReductionAmounts
Source§fn clone(&self) -> GrantedReductionAmounts
fn clone(&self) -> GrantedReductionAmounts
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 Debug for GrantedReductionAmounts
impl Debug for GrantedReductionAmounts
Source§impl Default for GrantedReductionAmounts
impl Default for GrantedReductionAmounts
Source§fn default() -> GrantedReductionAmounts
fn default() -> GrantedReductionAmounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GrantedReductionAmounts
impl<'de> Deserialize<'de> for GrantedReductionAmounts
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 GrantedReductionAmounts
impl PartialEq for GrantedReductionAmounts
Source§impl Serialize for GrantedReductionAmounts
impl Serialize for GrantedReductionAmounts
impl StructuralPartialEq for GrantedReductionAmounts
Auto Trait Implementations§
impl Freeze for GrantedReductionAmounts
impl RefUnwindSafe for GrantedReductionAmounts
impl Send for GrantedReductionAmounts
impl Sync for GrantedReductionAmounts
impl Unpin for GrantedReductionAmounts
impl UnwindSafe for GrantedReductionAmounts
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