Struct xrpl_rs::types::Check [−][src]
Fields
account: AddressThe sender of the Check. Cashing the Check debits this address’s balance.
destination: AddressThe intended recipient of the Check. Only this address can cash the Check, using a CheckCash transaction.
flags: u32A bit-map of boolean flags enabled for this account.
Trait Implementations
fn 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
Auto Trait Implementations
impl RefUnwindSafe for Check
impl UnwindSafe for Check
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
