pub struct Config<A, H> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<A, H> Freeze for Config<A, H>
impl<A, H> RefUnwindSafe for Config<A, H>where
A: RefUnwindSafe,
H: RefUnwindSafe,
impl<A, H> Send for Config<A, H>
impl<A, H> Sync for Config<A, H>
impl<A, H> Unpin for Config<A, H>
impl<A, H> UnwindSafe for Config<A, H>where
A: UnwindSafe,
H: UnwindSafe,
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