pub enum SoftwareLanguage {
Rust,
}Expand description
§SoftwareLanguage
This lists the software used.
Variants§
Rust
Auto Trait Implementations§
impl Freeze for SoftwareLanguage
impl RefUnwindSafe for SoftwareLanguage
impl Send for SoftwareLanguage
impl Sync for SoftwareLanguage
impl Unpin for SoftwareLanguage
impl UnsafeUnpin for SoftwareLanguage
impl UnwindSafe for SoftwareLanguage
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