pub struct MajorVersionMatcher { /* private fields */ }Expand description
Matcher for major version only
Implementations§
Trait Implementations§
Source§impl VersionMatcher for MajorVersionMatcher
impl VersionMatcher for MajorVersionMatcher
Auto Trait Implementations§
impl Freeze for MajorVersionMatcher
impl RefUnwindSafe for MajorVersionMatcher
impl Send for MajorVersionMatcher
impl Sync for MajorVersionMatcher
impl Unpin for MajorVersionMatcher
impl UnwindSafe for MajorVersionMatcher
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