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