pub struct ClaimablePreview {
pub items: Vec<Item>,
pub resources: Vec<Reward>,
}Fields§
§items: Vec<Item>§resources: Vec<Reward>Trait Implementations§
Source§impl Clone for ClaimablePreview
impl Clone for ClaimablePreview
Source§fn clone(&self) -> ClaimablePreview
fn clone(&self) -> ClaimablePreview
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 ClaimablePreview
impl Debug for ClaimablePreview
Source§impl Default for ClaimablePreview
impl Default for ClaimablePreview
Source§fn default() -> ClaimablePreview
fn default() -> ClaimablePreview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClaimablePreview
impl<'de> Deserialize<'de> for ClaimablePreview
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
Auto Trait Implementations§
impl Freeze for ClaimablePreview
impl RefUnwindSafe for ClaimablePreview
impl Send for ClaimablePreview
impl Sync for ClaimablePreview
impl Unpin for ClaimablePreview
impl UnwindSafe for ClaimablePreview
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