pub struct LedgerKeyOffer {
pub sellerID: AccountID,
pub offerID: int64,
}Fields§
§sellerID: AccountID§offerID: int64Trait Implementations§
Source§impl Clone for LedgerKeyOffer
impl Clone for LedgerKeyOffer
Source§fn clone(&self) -> LedgerKeyOffer
fn clone(&self) -> LedgerKeyOffer
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 LedgerKeyOffer
impl Debug for LedgerKeyOffer
Source§impl<Out: Write> Pack<Out> for LedgerKeyOffer
impl<Out: Write> Pack<Out> for LedgerKeyOffer
Source§impl PartialEq for LedgerKeyOffer
impl PartialEq for LedgerKeyOffer
Source§impl<In: Read> Unpack<In> for LedgerKeyOffer
impl<In: Read> Unpack<In> for LedgerKeyOffer
impl Copy for LedgerKeyOffer
impl Eq for LedgerKeyOffer
impl StructuralPartialEq for LedgerKeyOffer
Auto Trait Implementations§
impl Freeze for LedgerKeyOffer
impl RefUnwindSafe for LedgerKeyOffer
impl Send for LedgerKeyOffer
impl Sync for LedgerKeyOffer
impl Unpin for LedgerKeyOffer
impl UnwindSafe for LedgerKeyOffer
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