Struct ra_ap_proc_macro_api::RustCInfo
source · [−]pub struct RustCInfo {
pub version: (usize, usize, usize),
pub channel: String,
pub commit: Option<String>,
pub date: Option<String>,
pub version_string: String,
}Fields
version: (usize, usize, usize)channel: Stringcommit: Option<String>date: Option<String>version_string: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RustCInfo
impl Send for RustCInfo
impl Sync for RustCInfo
impl Unpin for RustCInfo
impl UnwindSafe for RustCInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more