pub struct OfferParams {
pub account: String,
pub seq: u32,
}
Fields§
§account: String
§seq: u32
Trait Implementations§
Source§impl Clone for OfferParams
impl Clone for OfferParams
Source§fn clone(&self) -> OfferParams
fn clone(&self) -> OfferParams
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 OfferParams
impl Debug for OfferParams
Source§impl Default for OfferParams
impl Default for OfferParams
Source§fn default() -> OfferParams
fn default() -> OfferParams
Returns the “default value” for a type. Read more
Source§impl Serialize for OfferParams
impl Serialize for OfferParams
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
Auto Trait Implementations§
impl Freeze for OfferParams
impl RefUnwindSafe for OfferParams
impl Send for OfferParams
impl Sync for OfferParams
impl Unpin for OfferParams
impl UnwindSafe for OfferParams
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