pub enum AgentUsageKind {
Measured,
Estimated,
Unavailable,
}Expand description
Provenance class for a reported consumption value.
Variants§
Trait Implementations§
Source§impl Clone for AgentUsageKind
impl Clone for AgentUsageKind
impl Copy for AgentUsageKind
Source§impl Debug for AgentUsageKind
impl Debug for AgentUsageKind
Source§impl<'de> Deserialize<'de> for AgentUsageKind
impl<'de> Deserialize<'de> for AgentUsageKind
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 Eq for AgentUsageKind
Source§impl PartialEq for AgentUsageKind
impl PartialEq for AgentUsageKind
Source§impl Serialize for AgentUsageKind
impl Serialize for AgentUsageKind
impl StructuralPartialEq for AgentUsageKind
Auto Trait Implementations§
impl Freeze for AgentUsageKind
impl RefUnwindSafe for AgentUsageKind
impl Send for AgentUsageKind
impl Sync for AgentUsageKind
impl Unpin for AgentUsageKind
impl UnsafeUnpin for AgentUsageKind
impl UnwindSafe for AgentUsageKind
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