pub struct VersionMatcher;
Expand description
Version matcher for checking constraints
Implementations§
Auto Trait Implementations§
impl Freeze for VersionMatcher
impl RefUnwindSafe for VersionMatcher
impl Send for VersionMatcher
impl Sync for VersionMatcher
impl Unpin for VersionMatcher
impl UnwindSafe for VersionMatcher
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