pub struct RustVersionFlavor {
pub flavor: String,
pub candidate: Option<String>,
}
Fields§
§flavor: String
§candidate: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustVersionFlavor
impl RefUnwindSafe for RustVersionFlavor
impl Send for RustVersionFlavor
impl Sync for RustVersionFlavor
impl Unpin for RustVersionFlavor
impl UnwindSafe for RustVersionFlavor
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