pub enum MprotoRust {}Trait Implementations§
Source§impl Debug for MprotoRust
impl Debug for MprotoRust
Source§impl MprotoLang for MprotoRust
impl MprotoLang for MprotoRust
type GencoLang = Rust
fn associated_constant( type_name: &str, constant: &str, ) -> Tokens<Self::GencoLang>
fn type_param_base_len(type_name: &str) -> Tokens<Self::GencoLang>
fn const_fn_max() -> Tokens<Self::GencoLang>
fn import_qualified( db: &Database, local_def_source: Option<&str>, qualified_identifier: &QualifiedIdentifier, ) -> Tokens<Self::GencoLang>
Source§impl PartialEq for MprotoRust
impl PartialEq for MprotoRust
impl Eq for MprotoRust
impl StructuralPartialEq for MprotoRust
Auto Trait Implementations§
impl Freeze for MprotoRust
impl RefUnwindSafe for MprotoRust
impl Send for MprotoRust
impl Sync for MprotoRust
impl Unpin for MprotoRust
impl UnwindSafe for MprotoRust
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