#[repr(C)]pub struct Ast { /* private fields */ }
Implementations§
Source§impl Ast
impl Ast
pub fn return_type<'a>( &self, descriptor_pool: &DescriptorPool, arena: &'a Arena, ) -> Type<'a>
Trait Implementations§
Source§impl ExternType for Ast
impl ExternType for Ast
impl Send for Ast
impl Sync for Ast
impl UniquePtrTarget for Ast
Auto Trait Implementations§
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