pub struct Version<'a> {
pub pkg: &'a str,
pub rev: &'a str,
pub interface: ScEnvMetaEntryInterfaceVersion,
pub xdr: Version<'a>,
}
Fields§
§pkg: &'a str
§rev: &'a str
§interface: ScEnvMetaEntryInterfaceVersion
§xdr: Version<'a>
Trait Implementations§
Source§impl<'a> Ord for Version<'a>
impl<'a> Ord for Version<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for Version<'a>
impl<'a> PartialOrd for Version<'a>
impl<'a> Eq for Version<'a>
impl<'a> StructuralPartialEq for Version<'a>
Auto Trait Implementations§
impl<'a> Freeze for Version<'a>
impl<'a> RefUnwindSafe for Version<'a>
impl<'a> Send for Version<'a>
impl<'a> Sync for Version<'a>
impl<'a> Unpin for Version<'a>
impl<'a> UnwindSafe for Version<'a>
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