pub struct VersionResult {
pub info: Option<VersionInfo>,
pub raw_output: String,
}
Expand description
Result from version command
Fields§
§info: Option<VersionInfo>
Version information
raw_output: String
Raw output
Trait Implementations§
Source§impl Clone for VersionResult
impl Clone for VersionResult
Source§fn clone(&self) -> VersionResult
fn clone(&self) -> VersionResult
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 moreAuto Trait Implementations§
impl Freeze for VersionResult
impl RefUnwindSafe for VersionResult
impl Send for VersionResult
impl Sync for VersionResult
impl Unpin for VersionResult
impl UnwindSafe for VersionResult
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