pub enum UsageEventIdError {
InvalidAttemptIndex(i32),
}Expand description
Error type for UsageEventId operations.
Variants§
Trait Implementations§
Source§impl Clone for UsageEventIdError
impl Clone for UsageEventIdError
Source§fn clone(&self) -> UsageEventIdError
fn clone(&self) -> UsageEventIdError
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 moreAuto Trait Implementations§
impl Freeze for UsageEventIdError
impl RefUnwindSafe for UsageEventIdError
impl Send for UsageEventIdError
impl Sync for UsageEventIdError
impl Unpin for UsageEventIdError
impl UnsafeUnpin for UsageEventIdError
impl UnwindSafe for UsageEventIdError
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