pub struct BuildToolVersion {
pub tool: Tool,
pub version: String,
}Fields§
§tool: Tool§version: StringImplementations§
Trait Implementations§
Source§impl Debug for BuildToolVersion
impl Debug for BuildToolVersion
Source§impl PartialEq for BuildToolVersion
impl PartialEq for BuildToolVersion
Source§fn eq(&self, other: &BuildToolVersion) -> bool
fn eq(&self, other: &BuildToolVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BuildToolVersion
impl StructuralPartialEq for BuildToolVersion
Auto Trait Implementations§
impl Freeze for BuildToolVersion
impl RefUnwindSafe for BuildToolVersion
impl Send for BuildToolVersion
impl Sync for BuildToolVersion
impl Unpin for BuildToolVersion
impl UnsafeUnpin for BuildToolVersion
impl UnwindSafe for BuildToolVersion
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