Struct xrpl_api::OfferParams
source · pub struct OfferParams {
pub account: String,
pub seq: u32,
}Fields§
§account: String§seq: u32Trait Implementations§
source§impl Clone for OfferParams
impl Clone for OfferParams
source§fn clone(&self) -> OfferParams
fn clone(&self) -> OfferParams
Returns a copy 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
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