pub struct UpdateStakeDiceState {
pub state: StakeDiceState,
}Expand description
The stake dice state has changed
Fields§
§state: StakeDiceStateThe new state. The state can be used only if it was received recently enough. Otherwise, a new state must be requested using getStakeDiceState
Trait Implementations§
Source§impl Clone for UpdateStakeDiceState
impl Clone for UpdateStakeDiceState
Source§fn clone(&self) -> UpdateStakeDiceState
fn clone(&self) -> UpdateStakeDiceState
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 UpdateStakeDiceState
impl Debug for UpdateStakeDiceState
Source§impl Default for UpdateStakeDiceState
impl Default for UpdateStakeDiceState
Source§fn default() -> UpdateStakeDiceState
fn default() -> UpdateStakeDiceState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateStakeDiceState
impl<'de> Deserialize<'de> for UpdateStakeDiceState
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 UpdateStakeDiceState
impl PartialEq for UpdateStakeDiceState
Source§impl Serialize for UpdateStakeDiceState
impl Serialize for UpdateStakeDiceState
impl StructuralPartialEq for UpdateStakeDiceState
Auto Trait Implementations§
impl Freeze for UpdateStakeDiceState
impl RefUnwindSafe for UpdateStakeDiceState
impl Send for UpdateStakeDiceState
impl Sync for UpdateStakeDiceState
impl Unpin for UpdateStakeDiceState
impl UnsafeUnpin for UpdateStakeDiceState
impl UnwindSafe for UpdateStakeDiceState
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