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