pub struct InterfaceBody(pub Vec<Export>);Tuple Fields§
§0: Vec<Export>Trait Implementations§
Source§impl Debug for InterfaceBody
impl Debug for InterfaceBody
Source§impl<'de> Deserialize<'de> for InterfaceBody
impl<'de> Deserialize<'de> for InterfaceBody
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
Source§impl From<InterfaceBody> for InterfaceBody
impl From<InterfaceBody> for InterfaceBody
Source§fn from(value: InterfaceBody) -> Self
fn from(value: InterfaceBody) -> Self
Converts to this type from the input type.
Source§impl<'a> FromTreeSitter<'a> for InterfaceBody
impl<'a> FromTreeSitter<'a> for InterfaceBody
fn from_node(node: Node<'a>, ctx: &mut ParseContext<'a>) -> ParserResult<Self>
Auto Trait Implementations§
impl Freeze for InterfaceBody
impl RefUnwindSafe for InterfaceBody
impl Send for InterfaceBody
impl Sync for InterfaceBody
impl Unpin for InterfaceBody
impl UnsafeUnpin for InterfaceBody
impl UnwindSafe for InterfaceBody
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