pub struct UnsupportedItemKorok<'a> {
pub ast: &'a Item,
pub attributes: Attributes<'a>,
pub node: Option<Node>,
}
Fields§
§ast: &'a Item
§attributes: Attributes<'a>
§node: Option<Node>
Implementations§
Source§impl<'a> UnsupportedItemKorok<'a>
impl<'a> UnsupportedItemKorok<'a>
pub fn parse(ast: &'a Item) -> Result<UnsupportedItemKorok<'a>, CodamaError>
Trait Implementations§
Source§impl<'a> Debug for UnsupportedItemKorok<'a>
impl<'a> Debug for UnsupportedItemKorok<'a>
Source§impl<'a, 'b> From<&'b UnsupportedItemKorok<'a>> for Korok<'a, 'b>
impl<'a, 'b> From<&'b UnsupportedItemKorok<'a>> for Korok<'a, 'b>
Source§fn from(value: &'b UnsupportedItemKorok<'a>) -> Korok<'a, 'b>
fn from(value: &'b UnsupportedItemKorok<'a>) -> Korok<'a, 'b>
Converts to this type from the input type.
Source§impl<'a, 'b> From<&'b mut UnsupportedItemKorok<'a>> for KorokMut<'a, 'b>
impl<'a, 'b> From<&'b mut UnsupportedItemKorok<'a>> for KorokMut<'a, 'b>
Source§fn from(value: &'b mut UnsupportedItemKorok<'a>) -> KorokMut<'a, 'b>
fn from(value: &'b mut UnsupportedItemKorok<'a>) -> KorokMut<'a, 'b>
Converts to this type from the input type.
Source§impl KorokTrait for UnsupportedItemKorok<'_>
impl KorokTrait for UnsupportedItemKorok<'_>
Source§impl KorokVisitable for UnsupportedItemKorok<'_>
impl KorokVisitable for UnsupportedItemKorok<'_>
fn accept(&mut self, visitor: &mut dyn KorokVisitor) -> Result<(), CodamaError>
fn get_children(&mut self) -> Vec<&mut dyn KorokVisitable>
Source§impl<'a> PartialEq for UnsupportedItemKorok<'a>
impl<'a> PartialEq for UnsupportedItemKorok<'a>
impl<'a> StructuralPartialEq for UnsupportedItemKorok<'a>
Auto Trait Implementations§
impl<'a> Freeze for UnsupportedItemKorok<'a>
impl<'a> RefUnwindSafe for UnsupportedItemKorok<'a>
impl<'a> !Send for UnsupportedItemKorok<'a>
impl<'a> !Sync for UnsupportedItemKorok<'a>
impl<'a> Unpin for UnsupportedItemKorok<'a>
impl<'a> UnwindSafe for UnsupportedItemKorok<'a>
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