Struct mol_core::version::VersionValue [−][src]
pub struct VersionValue<T> {
pub value: String,
// some fields omitted
}Fields
value: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for VersionValue<T> where
T: RefUnwindSafe,
impl<T> Send for VersionValue<T> where
T: Send,
impl<T> Sync for VersionValue<T> where
T: Sync,
impl<T> Unpin for VersionValue<T> where
T: Unpin,
impl<T> UnwindSafe for VersionValue<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more