pub struct GetMempool {
pub verbose: bool,
}Expand description
Query to get mempool contents
Fields§
§verbose: boolImplementations§
Trait Implementations§
Source§impl Clone for GetMempool
impl Clone for GetMempool
Source§fn clone(&self) -> GetMempool
fn clone(&self) -> GetMempool
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 moreAuto Trait Implementations§
impl Freeze for GetMempool
impl RefUnwindSafe for GetMempool
impl Send for GetMempool
impl Sync for GetMempool
impl Unpin for GetMempool
impl UnsafeUnpin for GetMempool
impl UnwindSafe for GetMempool
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