pub struct StoredExtendedReward { /* private fields */ }๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Trait Implementationsยง
Sourceยงimpl<'de> Deserialize<'de> for StoredExtendedReward
impl<'de> Deserialize<'de> for StoredExtendedReward
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 From<Reward> for StoredExtendedReward
impl From<Reward> for StoredExtendedReward
Sourceยงimpl From<StoredExtendedReward> for Reward
impl From<StoredExtendedReward> for Reward
Sourceยงfn from(value: StoredExtendedReward) -> Self
fn from(value: StoredExtendedReward) -> Self
Converts to this type from the input type.
Auto Trait Implementationsยง
impl Freeze for StoredExtendedReward
impl RefUnwindSafe for StoredExtendedReward
impl Send for StoredExtendedReward
impl Sync for StoredExtendedReward
impl Unpin for StoredExtendedReward
impl UnwindSafe for StoredExtendedReward
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
Sourceยงimpl<T> IntoEither for T
impl<T> IntoEither for T
Sourceยงfn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSourceยงfn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more