pub struct PlatformTwapSubmitRequest {
pub twap_control_id: String,
pub signed_transaction_base64: String,
pub idempotency_key: String,
}Fields§
§twap_control_id: String§signed_transaction_base64: String§idempotency_key: StringTrait Implementations§
Source§impl Clone for PlatformTwapSubmitRequest
impl Clone for PlatformTwapSubmitRequest
Source§fn clone(&self) -> PlatformTwapSubmitRequest
fn clone(&self) -> PlatformTwapSubmitRequest
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 PlatformTwapSubmitRequest
impl Debug for PlatformTwapSubmitRequest
Source§impl<'de> Deserialize<'de> for PlatformTwapSubmitRequest
impl<'de> Deserialize<'de> for PlatformTwapSubmitRequest
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformTwapSubmitRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformTwapSubmitRequest, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformTwapSubmitRequest
Source§impl Serialize for PlatformTwapSubmitRequest
impl Serialize for PlatformTwapSubmitRequest
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformTwapSubmitRequest
Auto Trait Implementations§
impl Freeze for PlatformTwapSubmitRequest
impl RefUnwindSafe for PlatformTwapSubmitRequest
impl Send for PlatformTwapSubmitRequest
impl Sync for PlatformTwapSubmitRequest
impl Unpin for PlatformTwapSubmitRequest
impl UnsafeUnpin for PlatformTwapSubmitRequest
impl UnwindSafe for PlatformTwapSubmitRequest
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