pub enum UsageEventKind {
Resolve,
Execute,
}Expand description
Which kind of usage event occurred (spec 088 FR-001).
Variants§
Resolve
A registry version lookup resolved successfully.
Execute
A capability was executed via a real WASM invocation.
Trait Implementations§
Source§impl Clone for UsageEventKind
impl Clone for UsageEventKind
Source§fn clone(&self) -> UsageEventKind
fn clone(&self) -> UsageEventKind
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 moreimpl Copy for UsageEventKind
Source§impl Debug for UsageEventKind
impl Debug for UsageEventKind
impl Eq for UsageEventKind
Source§impl PartialEq for UsageEventKind
impl PartialEq for UsageEventKind
impl StructuralPartialEq for UsageEventKind
Auto Trait Implementations§
impl Freeze for UsageEventKind
impl RefUnwindSafe for UsageEventKind
impl Send for UsageEventKind
impl Sync for UsageEventKind
impl Unpin for UsageEventKind
impl UnsafeUnpin for UsageEventKind
impl UnwindSafe for UsageEventKind
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