pub struct WithoutProvider;Auto Trait Implementations§
impl Freeze for WithoutProvider
impl RefUnwindSafe for WithoutProvider
impl Send for WithoutProvider
impl Sync for WithoutProvider
impl Unpin for WithoutProvider
impl UnsafeUnpin for WithoutProvider
impl UnwindSafe for WithoutProvider
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