pub struct AsyncConf { /* private fields */ }
Expand description
Modules and funcs that have async signatures
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncConf
impl RefUnwindSafe for AsyncConf
impl !Send for AsyncConf
impl !Sync for AsyncConf
impl Unpin for AsyncConf
impl UnwindSafe for AsyncConf
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