pub struct DefaultsProvider;Expand description
Compiled-in default rules (embedded via include_str!).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultsProvider
impl RefUnwindSafe for DefaultsProvider
impl Send for DefaultsProvider
impl Sync for DefaultsProvider
impl Unpin for DefaultsProvider
impl UnsafeUnpin for DefaultsProvider
impl UnwindSafe for DefaultsProvider
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