pub struct AddCreditsBody {
pub recipient: String,
pub amount: String,
pub oracle: u64,
}Fields§
§recipient: String§amount: String§oracle: u64Implementations§
Trait Implementations§
Source§impl Clone for AddCreditsBody
impl Clone for AddCreditsBody
Source§fn clone(&self) -> AddCreditsBody
fn clone(&self) -> AddCreditsBody
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 AddCreditsBody
impl Debug for AddCreditsBody
Source§impl<'de> Deserialize<'de> for AddCreditsBody
impl<'de> Deserialize<'de> for AddCreditsBody
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 AddCreditsBody
impl PartialEq for AddCreditsBody
Source§impl Serialize for AddCreditsBody
impl Serialize for AddCreditsBody
impl StructuralPartialEq for AddCreditsBody
Auto Trait Implementations§
impl Freeze for AddCreditsBody
impl RefUnwindSafe for AddCreditsBody
impl Send for AddCreditsBody
impl Sync for AddCreditsBody
impl Unpin for AddCreditsBody
impl UnsafeUnpin for AddCreditsBody
impl UnwindSafe for AddCreditsBody
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