pub struct AstExtern {
pub types: Vec<String>,
pub implementations: Vec<(String, AstCode)>,
}Fields§
§types: Vec<String>§implementations: Vec<(String, AstCode)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstExtern
impl RefUnwindSafe for AstExtern
impl Send for AstExtern
impl Sync for AstExtern
impl Unpin for AstExtern
impl UnsafeUnpin for AstExtern
impl UnwindSafe for AstExtern
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