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