pub struct AiPermit { /* private fields */ }Expand description
Permit returned by AiLimiter.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AiPermit
impl RefUnwindSafe for AiPermit
impl Send for AiPermit
impl Sync for AiPermit
impl Unpin for AiPermit
impl UnsafeUnpin for AiPermit
impl UnwindSafe for AiPermit
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