pub enum RpContext {
Csharp {},
Go {},
Java {
imports: Vec<Loc<String>>,
},
Js {},
Json {},
Python {},
Reproto {},
Rust {},
Swift {},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpContext
impl RefUnwindSafe for RpContext
impl Send for RpContext
impl Sync for RpContext
impl Unpin for RpContext
impl UnwindSafe for RpContext
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