pub struct PowerplayFastTrackEvent {
pub power: String,
pub cost: u64,
}
Fields§
§power: String
§cost: u64
Trait Implementations§
Source§impl Clone for PowerplayFastTrackEvent
impl Clone for PowerplayFastTrackEvent
Source§fn clone(&self) -> PowerplayFastTrackEvent
fn clone(&self) -> PowerplayFastTrackEvent
Returns a copy 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 PowerplayFastTrackEvent
impl Debug for PowerplayFastTrackEvent
Source§impl<'de> Deserialize<'de> for PowerplayFastTrackEvent
impl<'de> Deserialize<'de> for PowerplayFastTrackEvent
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 PowerplayFastTrackEvent
impl PartialEq for PowerplayFastTrackEvent
Source§impl Serialize for PowerplayFastTrackEvent
impl Serialize for PowerplayFastTrackEvent
impl StructuralPartialEq for PowerplayFastTrackEvent
Auto Trait Implementations§
impl Freeze for PowerplayFastTrackEvent
impl RefUnwindSafe for PowerplayFastTrackEvent
impl Send for PowerplayFastTrackEvent
impl Sync for PowerplayFastTrackEvent
impl Unpin for PowerplayFastTrackEvent
impl UnwindSafe for PowerplayFastTrackEvent
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