pub struct FrameworkVersion {
pub version: Version,
}
Fields§
§version: Version
Implementations§
Trait Implementations§
Source§impl Clone for FrameworkVersion
impl Clone for FrameworkVersion
Source§fn clone(&self) -> FrameworkVersion
fn clone(&self) -> FrameworkVersion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FrameworkVersion
impl Debug for FrameworkVersion
Source§impl Display for FrameworkVersion
impl Display for FrameworkVersion
Source§impl Ord for FrameworkVersion
impl Ord for FrameworkVersion
Source§impl PartialEq for FrameworkVersion
impl PartialEq for FrameworkVersion
Source§impl PartialOrd for FrameworkVersion
impl PartialOrd for FrameworkVersion
impl Eq for FrameworkVersion
Auto Trait Implementations§
impl Freeze for FrameworkVersion
impl RefUnwindSafe for FrameworkVersion
impl Send for FrameworkVersion
impl Sync for FrameworkVersion
impl Unpin for FrameworkVersion
impl UnwindSafe for FrameworkVersion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.