pub struct VersionArgs {
pub version: String,
pub version_type: VersionType,
pub pre: Option<String>,
pub build: Option<String>,
}
Fields§
§version: String
§version_type: VersionType
§pre: Option<String>
§build: Option<String>
Trait Implementations§
Source§impl Debug for VersionArgs
impl Debug for VersionArgs
Source§impl PartialEq for VersionArgs
impl PartialEq for VersionArgs
impl StructuralPartialEq for VersionArgs
Auto Trait Implementations§
impl Freeze for VersionArgs
impl RefUnwindSafe for VersionArgs
impl Send for VersionArgs
impl Sync for VersionArgs
impl Unpin for VersionArgs
impl UnwindSafe for VersionArgs
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