pub struct GetPlatformEconomicsParams {
pub refresh: Option<DeleteCustomPlanForce>,
}Expand description
Query and header parameters for getPlatformEconomics.
Fields§
§refresh: Option<DeleteCustomPlanForce>1 bypasses the cache and recomputes.
Trait Implementations§
Source§impl Clone for GetPlatformEconomicsParams
impl Clone for GetPlatformEconomicsParams
Source§fn clone(&self) -> GetPlatformEconomicsParams
fn clone(&self) -> GetPlatformEconomicsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetPlatformEconomicsParams
impl Debug for GetPlatformEconomicsParams
Source§impl Default for GetPlatformEconomicsParams
impl Default for GetPlatformEconomicsParams
Source§fn default() -> GetPlatformEconomicsParams
fn default() -> GetPlatformEconomicsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetPlatformEconomicsParams
impl<'de> Deserialize<'de> for GetPlatformEconomicsParams
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
impl StructuralPartialEq for GetPlatformEconomicsParams
Auto Trait Implementations§
impl Freeze for GetPlatformEconomicsParams
impl RefUnwindSafe for GetPlatformEconomicsParams
impl Send for GetPlatformEconomicsParams
impl Sync for GetPlatformEconomicsParams
impl Unpin for GetPlatformEconomicsParams
impl UnsafeUnpin for GetPlatformEconomicsParams
impl UnwindSafe for GetPlatformEconomicsParams
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