Struct torn_key_pool::send::KeyPool
source · pub struct KeyPool<C, S>where
C: ApiClient,
S: KeyPoolStorage,{
pub storage: S,
/* private fields */
}Fields§
§storage: SImplementations§
source§impl<C, S> KeyPool<C, S>
impl<C, S> KeyPool<C, S>
pub fn torn_api<I>( &self, selector: I ) -> ApiProvider<'_, C, KeyPoolExecutor<'_, C, S>>
Trait Implementations§
Auto Trait Implementations§
impl<C, S> Freeze for KeyPool<C, S>
impl<C, S> !RefUnwindSafe for KeyPool<C, S>
impl<C, S> Send for KeyPool<C, S>
impl<C, S> Sync for KeyPool<C, S>
impl<C, S> Unpin for KeyPool<C, S>
impl<C, S> !UnwindSafe for KeyPool<C, S>
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