pub struct Source {
pub rustc_version: String,
pub lib_version: String,
/* private fields */
}Fields§
§rustc_version: String§lib_version: StringImplementations§
Trait Implementations§
Source§impl PluginRegistrar for Source
impl PluginRegistrar for Source
fn register_function(&mut self, extension: Box<dyn Extension>)
Auto Trait Implementations§
impl !Freeze for Source
impl !RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl !UnwindSafe for Source
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