pub struct StellarValue {
pub txSetHash: Hash,
pub closeTime: TimePoint,
pub upgrades: Vec<UpgradeType>,
pub ext: StellarValueExt,
}
Fields§
§txSetHash: Hash
§closeTime: TimePoint
§upgrades: Vec<UpgradeType>
§ext: StellarValueExt
Trait Implementations§
Source§impl Clone for StellarValue
impl Clone for StellarValue
Source§fn clone(&self) -> StellarValue
fn clone(&self) -> StellarValue
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 StellarValue
impl Debug for StellarValue
Source§impl<Out: Write> Pack<Out> for StellarValue
impl<Out: Write> Pack<Out> for StellarValue
Source§impl PartialEq for StellarValue
impl PartialEq for StellarValue
Source§impl<In: Read> Unpack<In> for StellarValue
impl<In: Read> Unpack<In> for StellarValue
impl Eq for StellarValue
impl StructuralPartialEq for StellarValue
Auto Trait Implementations§
impl Freeze for StellarValue
impl RefUnwindSafe for StellarValue
impl Send for StellarValue
impl Sync for StellarValue
impl Unpin for StellarValue
impl UnwindSafe for StellarValue
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