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