Struct xrpl_api::RandomRequest
source · pub struct RandomRequest {}
Implementations§
source§impl RandomRequest
impl RandomRequest
Trait Implementations§
source§impl Clone for RandomRequest
impl Clone for RandomRequest
source§fn clone(&self) -> RandomRequest
fn clone(&self) -> RandomRequest
Returns a copy 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 RandomRequest
impl Debug for RandomRequest
source§impl Default for RandomRequest
impl Default for RandomRequest
source§fn default() -> RandomRequest
fn default() -> RandomRequest
Returns the “default value” for a type. Read more
source§impl Request for RandomRequest
impl Request for RandomRequest
Auto Trait Implementations§
impl Freeze for RandomRequest
impl RefUnwindSafe for RandomRequest
impl Send for RandomRequest
impl Sync for RandomRequest
impl Unpin for RandomRequest
impl UnwindSafe for RandomRequest
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