pub struct BlockStatusRequest;Implementations§
Trait Implementations§
Source§impl Clone for BlockStatusRequest
impl Clone for BlockStatusRequest
Source§fn clone(&self) -> BlockStatusRequest
fn clone(&self) -> BlockStatusRequest
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 BlockStatusRequest
impl Debug for BlockStatusRequest
Source§impl Default for BlockStatusRequest
impl Default for BlockStatusRequest
Source§fn default() -> BlockStatusRequest
fn default() -> BlockStatusRequest
Returns the “default value” for a type. Read more
Source§impl FromResponseBody for BlockStatusRequest
impl FromResponseBody for BlockStatusRequest
type Response = BlockStatus
Source§impl ToRequestBody for BlockStatusRequest
impl ToRequestBody for BlockStatusRequest
fn to_api_request(&self) -> ApiRequest
Auto Trait Implementations§
impl Freeze for BlockStatusRequest
impl RefUnwindSafe for BlockStatusRequest
impl Send for BlockStatusRequest
impl Sync for BlockStatusRequest
impl Unpin for BlockStatusRequest
impl UnwindSafe for BlockStatusRequest
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