pub struct StateUpdateWithBlock {
pub state_update: StateUpdate,
pub block: Block,
}Fields§
§state_update: StateUpdate§block: BlockTrait Implementations§
Source§impl Debug for StateUpdateWithBlock
impl Debug for StateUpdateWithBlock
Source§impl<'de> Deserialize<'de> for StateUpdateWithBlock
impl<'de> Deserialize<'de> for StateUpdateWithBlock
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<StateUpdateWithBlock, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<StateUpdateWithBlock, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StateUpdateWithBlock
impl RefUnwindSafe for StateUpdateWithBlock
impl Send for StateUpdateWithBlock
impl Sync for StateUpdateWithBlock
impl Unpin for StateUpdateWithBlock
impl UnwindSafe for StateUpdateWithBlock
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