pub struct BuildToolVersion {
pub tool: Tool,
pub version: u32,
}Fields§
§tool: Tool§version: u32Implementations§
Trait Implementations§
Source§impl Clone for BuildToolVersion
impl Clone for BuildToolVersion
Source§fn clone(&self) -> BuildToolVersion
fn clone(&self) -> BuildToolVersion
Returns a duplicate 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 BuildToolVersion
impl Debug for BuildToolVersion
Source§impl PartialEq for BuildToolVersion
impl PartialEq for BuildToolVersion
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 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