pub struct BlockListReq {
pub list_range: u32,
}Fields§
§list_range: u32Implementations§
Source§impl BlockListReq
impl BlockListReq
pub fn new(list_range: u32) -> BlockListReq
Trait Implementations§
Source§impl Clone for BlockListReq
impl Clone for BlockListReq
Source§fn clone(&self) -> BlockListReq
fn clone(&self) -> BlockListReq
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 BlockListReq
impl Debug for BlockListReq
Source§impl From<BlockListReq> for Request
impl From<BlockListReq> for Request
Source§fn from(original: BlockListReq) -> Request
fn from(original: BlockListReq) -> Request
Converts to this type from the input type.
Source§impl RequestType for BlockListReq
impl RequestType for BlockListReq
fn protocol_version(&self) -> ProtocolVersion
Source§impl Serialize for BlockListReq
impl Serialize for BlockListReq
Auto Trait Implementations§
impl Freeze for BlockListReq
impl RefUnwindSafe for BlockListReq
impl Send for BlockListReq
impl Sync for BlockListReq
impl Unpin for BlockListReq
impl UnwindSafe for BlockListReq
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