pub struct Permit<'a, L, C>{ /* private fields */ }Available on crate feature
circuit-breaker only.Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, L, C> Freeze for Permit<'a, L, C>
impl<'a, L, C> RefUnwindSafe for Permit<'a, L, C>where
L: RefUnwindSafe,
C: RefUnwindSafe,
impl<'a, L, C> Send for Permit<'a, L, C>
impl<'a, L, C> Sync for Permit<'a, L, C>
impl<'a, L, C> Unpin for Permit<'a, L, C>
impl<'a, L, C> UnsafeUnpin for Permit<'a, L, C>
impl<'a, L, C> UnwindSafe for Permit<'a, L, C>where
L: RefUnwindSafe,
C: RefUnwindSafe,
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