pub struct AllConfig {}
Expand description
Configuration type that enables all features.
Auto Trait Implementations§
impl Freeze for AllConfig
impl RefUnwindSafe for AllConfig
impl Send for AllConfig
impl Sync for AllConfig
impl Unpin for AllConfig
impl UnwindSafe for AllConfig
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