pub struct UpsertSwapConfigIntent {
pub fee_receiver_wallet_address: Option<String>,
pub fee_bps: Option<String>,
pub provider: Option<String>,
}Fields§
§fee_receiver_wallet_address: Option<String>§fee_bps: Option<String>§provider: Option<String>Trait Implementations§
Source§impl Clone for UpsertSwapConfigIntent
impl Clone for UpsertSwapConfigIntent
Source§fn clone(&self) -> UpsertSwapConfigIntent
fn clone(&self) -> UpsertSwapConfigIntent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpsertSwapConfigIntent
impl Debug for UpsertSwapConfigIntent
Source§impl<'de> Deserialize<'de> for UpsertSwapConfigIntent
impl<'de> Deserialize<'de> for UpsertSwapConfigIntent
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 UpsertSwapConfigIntent
impl PartialEq for UpsertSwapConfigIntent
Source§impl Serialize for UpsertSwapConfigIntent
impl Serialize for UpsertSwapConfigIntent
impl StructuralPartialEq for UpsertSwapConfigIntent
Auto Trait Implementations§
impl Freeze for UpsertSwapConfigIntent
impl RefUnwindSafe for UpsertSwapConfigIntent
impl Send for UpsertSwapConfigIntent
impl Sync for UpsertSwapConfigIntent
impl Unpin for UpsertSwapConfigIntent
impl UnsafeUnpin for UpsertSwapConfigIntent
impl UnwindSafe for UpsertSwapConfigIntent
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