pub enum V112 {}Expand description
Requests a minimum version number of 1.1.2.
Trait Implementations§
Source§impl HasPrevious for V112
impl HasPrevious for V112
impl Copy for V112
impl Eq for V112
impl StructuralPartialEq for V112
Auto Trait Implementations§
impl Freeze for V112
impl RefUnwindSafe for V112
impl Send for V112
impl Sync for V112
impl Unpin for V112
impl UnwindSafe for V112
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