pub struct GetBlockParams {
pub hash: Option<String>,
pub height: Option<u32>,
}
Fields§
§hash: Option<String>
§height: Option<u32>
Auto Trait Implementations§
impl Freeze for GetBlockParams
impl RefUnwindSafe for GetBlockParams
impl Send for GetBlockParams
impl Sync for GetBlockParams
impl Unpin for GetBlockParams
impl UnwindSafe for GetBlockParams
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