pub struct WuiVersion {
pub semver: String,
pub commit: String,
pub branch: String,
pub tag: String,
pub cef_ver: String,
}Expand description
Version information for the RUI library
Fields§
§semver: StringSemantic version string
commit: StringGit commit hash
branch: String§tag: String§cef_ver: StringTrait Implementations§
Source§impl Clone for WuiVersion
impl Clone for WuiVersion
Source§fn clone(&self) -> WuiVersion
fn clone(&self) -> WuiVersion
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 WuiVersion
impl RefUnwindSafe for WuiVersion
impl Send for WuiVersion
impl Sync for WuiVersion
impl Unpin for WuiVersion
impl UnwindSafe for WuiVersion
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