pub struct DebVersion { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DebVersion
impl Clone for DebVersion
Source§fn clone(&self) -> DebVersion
fn clone(&self) -> DebVersion
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 DebVersion
impl Debug for DebVersion
Source§impl Display for DebVersion
impl Display for DebVersion
Source§impl FromStr for DebVersion
impl FromStr for DebVersion
Source§impl Ord for DebVersion
impl Ord for DebVersion
Source§impl PartialEq for DebVersion
impl PartialEq for DebVersion
Source§impl PartialOrd for DebVersion
impl PartialOrd for DebVersion
impl Eq for DebVersion
Auto Trait Implementations§
impl Freeze for DebVersion
impl RefUnwindSafe for DebVersion
impl Send for DebVersion
impl Sync for DebVersion
impl Unpin for DebVersion
impl UnwindSafe for DebVersion
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