pub struct AstExtern {
pub meta: Vec<AstMeta>,
pub item: AstFunctionHeader,
pub location_module: AstIdentifier,
pub location_function: AstIdentifier,
}Fields§
§meta: Vec<AstMeta>§item: AstFunctionHeader§location_module: AstIdentifier§location_function: AstIdentifierTrait Implementations§
Source§impl<'de> Deserialize<'de> for AstExtern
impl<'de> Deserialize<'de> for AstExtern
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AstExtern
impl RefUnwindSafe for AstExtern
impl Send for AstExtern
impl Sync for AstExtern
impl Unpin 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