pub struct VersionBounds {
pub lower_bound: Version,
pub upper_bound: Version,
pub no_upper_bound: bool,
pub parser_type: VersionParser,
pub num_parts: usize,
}
Fields§
§lower_bound: Version
§upper_bound: Version
§no_upper_bound: bool
§parser_type: VersionParser
§num_parts: usize
Trait Implementations§
Source§impl Debug for VersionBounds
impl Debug for VersionBounds
Source§impl PartialEq for VersionBounds
impl PartialEq for VersionBounds
impl StructuralPartialEq for VersionBounds
Auto Trait Implementations§
impl Freeze for VersionBounds
impl RefUnwindSafe for VersionBounds
impl Send for VersionBounds
impl Sync for VersionBounds
impl Unpin for VersionBounds
impl UnwindSafe for VersionBounds
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