pub struct BuiltinPatchProvider;Expand description
Built-in patch provider
Trait Implementations§
Source§impl Provider for BuiltinPatchProvider
impl Provider for BuiltinPatchProvider
Auto Trait Implementations§
impl Freeze for BuiltinPatchProvider
impl RefUnwindSafe for BuiltinPatchProvider
impl Send for BuiltinPatchProvider
impl Sync for BuiltinPatchProvider
impl Unpin for BuiltinPatchProvider
impl UnwindSafe for BuiltinPatchProvider
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