Struct shred::DefaultProvider
source · pub struct DefaultProvider;
Expand description
A SetupHandler
that simply uses the default implementation.
Trait Implementations§
source§impl<T> SetupHandler<T> for DefaultProvider
impl<T> SetupHandler<T> for DefaultProvider
Auto Trait Implementations§
impl Freeze for DefaultProvider
impl RefUnwindSafe for DefaultProvider
impl Send for DefaultProvider
impl Sync for DefaultProvider
impl Unpin for DefaultProvider
impl UnwindSafe for DefaultProvider
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