pub enum AgentLimit {
NotLimited,
Limited {
reset_time: Option<DateTime<Utc>>,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentLimit
impl RefUnwindSafe for AgentLimit
impl Send for AgentLimit
impl Sync for AgentLimit
impl Unpin for AgentLimit
impl UnsafeUnpin for AgentLimit
impl UnwindSafe for AgentLimit
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