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