pub struct UsageCreateEventPayload {
pub usage: Option<Usage>,
}Expand description
The event data structure
Fields§
§usage: Option<Usage>An occurrence of employing a Product, Service, or Resource for its intended purpose, which is of interest to the business and can have charges applied to it. It is comprised of characteristics, which represent attributes of usage.
Trait Implementations§
Source§impl Clone for UsageCreateEventPayload
impl Clone for UsageCreateEventPayload
Source§fn clone(&self) -> UsageCreateEventPayload
fn clone(&self) -> UsageCreateEventPayload
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 UsageCreateEventPayload
impl Debug for UsageCreateEventPayload
Source§impl<'de> Deserialize<'de> for UsageCreateEventPayload
impl<'de> Deserialize<'de> for UsageCreateEventPayload
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 Display for UsageCreateEventPayload
impl Display for UsageCreateEventPayload
Auto Trait Implementations§
impl Freeze for UsageCreateEventPayload
impl RefUnwindSafe for UsageCreateEventPayload
impl Send for UsageCreateEventPayload
impl Sync for UsageCreateEventPayload
impl Unpin for UsageCreateEventPayload
impl UnsafeUnpin for UsageCreateEventPayload
impl UnwindSafe for UsageCreateEventPayload
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