pub struct SubFee {
pub charge_fee: Option<Option<String>>,
pub original_charge_fee: Option<Option<String>>,
pub switch_fee_rate: Option<Option<String>>,
}Fields§
§charge_fee: Option<Option<String>>§original_charge_fee: Option<Option<String>>§switch_fee_rate: Option<Option<String>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SubFee
impl<'de> Deserialize<'de> for SubFee
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
impl StructuralPartialEq for SubFee
Auto Trait Implementations§
impl Freeze for SubFee
impl RefUnwindSafe for SubFee
impl Send for SubFee
impl Sync for SubFee
impl Unpin for SubFee
impl UnwindSafe for SubFee
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