Struct iota_client::api::RemainderData
source · [−]Expand description
Data for a remainder output, used for ledger nano
Fields
output: OutputThe remainder output
chain: Option<Chain>The chain derived from seed, for the remainder addresses
address: AddressThe remainder address
Trait Implementations
sourceimpl Clone for RemainderData
impl Clone for RemainderData
sourcefn clone(&self) -> RemainderData
fn clone(&self) -> RemainderData
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RemainderData
impl Debug for RemainderData
sourceimpl<'de> Deserialize<'de> for RemainderData
impl<'de> Deserialize<'de> for RemainderData
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<&RemainderData> for RemainderDataDto
impl From<&RemainderData> for RemainderDataDto
sourcefn from(remainder: &RemainderData) -> Self
fn from(remainder: &RemainderData) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<RemainderData> for RemainderData
impl PartialEq<RemainderData> for RemainderData
sourcefn eq(&self, other: &RemainderData) -> bool
fn eq(&self, other: &RemainderData) -> bool
sourceimpl Serialize for RemainderData
impl Serialize for RemainderData
impl Eq for RemainderData
impl StructuralEq for RemainderData
impl StructuralPartialEq for RemainderData
Auto Trait Implementations
impl RefUnwindSafe for RemainderData
impl Send for RemainderData
impl Sync for RemainderData
impl Unpin for RemainderData
impl UnwindSafe for RemainderData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.