pub struct IDAVersion { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for IDAVersion
impl Clone for IDAVersion
Source§fn clone(&self) -> IDAVersion
fn clone(&self) -> IDAVersion
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 IDAVersion
impl Debug for IDAVersion
Source§impl Hash for IDAVersion
impl Hash for IDAVersion
Source§impl Ord for IDAVersion
impl Ord for IDAVersion
Source§fn cmp(&self, other: &IDAVersion) -> Ordering
fn cmp(&self, other: &IDAVersion) -> Ordering
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 PartialEq for IDAVersion
impl PartialEq for IDAVersion
Source§impl PartialOrd for IDAVersion
impl PartialOrd for IDAVersion
impl Eq for IDAVersion
impl StructuralPartialEq for IDAVersion
Auto Trait Implementations§
impl Freeze for IDAVersion
impl RefUnwindSafe for IDAVersion
impl Send for IDAVersion
impl Sync for IDAVersion
impl Unpin for IDAVersion
impl UnwindSafe for IDAVersion
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