pub struct V1;
๐Deprecated since 0.1.0: Use V3 instead.
Expand description
Api V1. More information in the documentation.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for V1
impl RefUnwindSafe for V1
impl Send for V1
impl Sync for V1
impl Unpin for V1
impl UnwindSafe for V1
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