pub enum RateLimitResetCreditConsumeOutcome {
Reset,
NothingToReset,
NoCredit,
AlreadyRedeemed,
}Variants§
Trait Implementations§
Source§impl Clone for RateLimitResetCreditConsumeOutcome
impl Clone for RateLimitResetCreditConsumeOutcome
Source§fn clone(&self) -> RateLimitResetCreditConsumeOutcome
fn clone(&self) -> RateLimitResetCreditConsumeOutcome
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 RateLimitResetCreditConsumeOutcome
impl Eq for RateLimitResetCreditConsumeOutcome
impl StructuralPartialEq for RateLimitResetCreditConsumeOutcome
Auto Trait Implementations§
impl Freeze for RateLimitResetCreditConsumeOutcome
impl RefUnwindSafe for RateLimitResetCreditConsumeOutcome
impl Send for RateLimitResetCreditConsumeOutcome
impl Sync for RateLimitResetCreditConsumeOutcome
impl Unpin for RateLimitResetCreditConsumeOutcome
impl UnsafeUnpin for RateLimitResetCreditConsumeOutcome
impl UnwindSafe for RateLimitResetCreditConsumeOutcome
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