pub struct RpcBlockUpdate {
pub slot: Slot,
pub block: Option<UiConfirmedBlock>,
pub err: Option<RpcBlockUpdateError>,
}
Fields§
§slot: Slot
§block: Option<UiConfirmedBlock>
§err: Option<RpcBlockUpdateError>
Trait Implementations§
Source§impl Clone for RpcBlockUpdate
impl Clone for RpcBlockUpdate
Source§fn clone(&self) -> RpcBlockUpdate
fn clone(&self) -> RpcBlockUpdate
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 RpcBlockUpdate
impl Debug for RpcBlockUpdate
Source§impl<'de> Deserialize<'de> for RpcBlockUpdate
impl<'de> Deserialize<'de> for RpcBlockUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RpcBlockUpdate
impl PartialEq for RpcBlockUpdate
Source§impl Serialize for RpcBlockUpdate
impl Serialize for RpcBlockUpdate
impl StructuralPartialEq for RpcBlockUpdate
Auto Trait Implementations§
impl Freeze for RpcBlockUpdate
impl RefUnwindSafe for RpcBlockUpdate
impl Send for RpcBlockUpdate
impl Sync for RpcBlockUpdate
impl Unpin for RpcBlockUpdate
impl UnwindSafe for RpcBlockUpdate
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