pub struct RipplePathFindRequest {
pub ledger_hash: Option<String>,
pub ledger_index: Option<String>,
/* private fields */
}Fields§
§ledger_hash: Option<String>A 20-byte hex string for the ledger version to use.
ledger_index: Option<String>The ledger index of the ledger to use, or a shortcut string to choose a ledger automatically.
Implementations§
Trait Implementations§
Source§impl Clone for RipplePathFindRequest
impl Clone for RipplePathFindRequest
Source§fn clone(&self) -> RipplePathFindRequest
fn clone(&self) -> RipplePathFindRequest
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 RipplePathFindRequest
impl Debug for RipplePathFindRequest
Source§impl Default for RipplePathFindRequest
impl Default for RipplePathFindRequest
Source§fn default() -> RipplePathFindRequest
fn default() -> RipplePathFindRequest
Returns the “default value” for a type. Read more
Source§impl Request for RipplePathFindRequest
impl Request for RipplePathFindRequest
Auto Trait Implementations§
impl Freeze for RipplePathFindRequest
impl RefUnwindSafe for RipplePathFindRequest
impl Send for RipplePathFindRequest
impl Sync for RipplePathFindRequest
impl Unpin for RipplePathFindRequest
impl UnwindSafe for RipplePathFindRequest
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