pub struct EmptyVersionProvider;Expand description
Default empty version provider
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyVersionProvider
impl RefUnwindSafe for EmptyVersionProvider
impl Send for EmptyVersionProvider
impl Sync for EmptyVersionProvider
impl Unpin for EmptyVersionProvider
impl UnsafeUnpin for EmptyVersionProvider
impl UnwindSafe for EmptyVersionProvider
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