pub struct UpsertGasUsageConfigRequest {
pub type: String,
pub timestamp_ms: String,
pub organization_id: String,
pub parameters: Option<UpsertGasUsageConfigIntent>,
}Fields§
§type: String§timestamp_ms: String§organization_id: String§parameters: Option<UpsertGasUsageConfigIntent>Trait Implementations§
Source§impl Clone for UpsertGasUsageConfigRequest
impl Clone for UpsertGasUsageConfigRequest
Source§fn clone(&self) -> UpsertGasUsageConfigRequest
fn clone(&self) -> UpsertGasUsageConfigRequest
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 UpsertGasUsageConfigRequest
impl Debug for UpsertGasUsageConfigRequest
Source§impl<'de> Deserialize<'de> for UpsertGasUsageConfigRequest
impl<'de> Deserialize<'de> for UpsertGasUsageConfigRequest
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 UpsertGasUsageConfigRequest
Auto Trait Implementations§
impl Freeze for UpsertGasUsageConfigRequest
impl RefUnwindSafe for UpsertGasUsageConfigRequest
impl Send for UpsertGasUsageConfigRequest
impl Sync for UpsertGasUsageConfigRequest
impl Unpin for UpsertGasUsageConfigRequest
impl UnsafeUnpin for UpsertGasUsageConfigRequest
impl UnwindSafe for UpsertGasUsageConfigRequest
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