pub struct CallbackProxies<A, BigInt, BigUint>where
BigUint: BigUintApi + 'static,
BigInt: BigIntApi<BigUint> + 'static,
A: ErrorApi + Clone + 'static,{
pub api: A,
/* private fields */
}Fields§
§api: AImplementations§
source§impl<A, BigInt, BigUint> CallbackProxies<A, BigInt, BigUint>where
BigUint: BigUintApi + 'static,
BigInt: BigIntApi<BigUint> + 'static,
A: ErrorApi + Clone + 'static,
impl<A, BigInt, BigUint> CallbackProxies<A, BigInt, BigUint>where
BigUint: BigUintApi + 'static,
BigInt: BigIntApi<BigUint> + 'static,
A: ErrorApi + Clone + 'static,
Auto Trait Implementations§
impl<A, BigInt, BigUint> RefUnwindSafe for CallbackProxies<A, BigInt, BigUint>
impl<A, BigInt, BigUint> Send for CallbackProxies<A, BigInt, BigUint>
impl<A, BigInt, BigUint> Sync for CallbackProxies<A, BigInt, BigUint>
impl<A, BigInt, BigUint> Unpin for CallbackProxies<A, BigInt, BigUint>
impl<A, BigInt, BigUint> UnwindSafe for CallbackProxies<A, BigInt, BigUint>
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