Struct shred::DefaultProvider
source · [−]pub struct DefaultProvider;
Expand description
A SetupHandler
that simply uses the default implementation.
Trait Implementations
sourceimpl<T> SetupHandler<T> for DefaultProvider where
T: Default + Resource,
impl<T> SetupHandler<T> for DefaultProvider where
T: Default + Resource,
Auto Trait Implementations
impl RefUnwindSafe for DefaultProvider
impl Send for DefaultProvider
impl Sync for DefaultProvider
impl Unpin for DefaultProvider
impl UnwindSafe for DefaultProvider
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more