pub struct ImplKorok<'a> {
pub ast: &'a ItemImpl,
pub attributes: Attributes<'a>,
pub items: Vec<ImplItemKorok<'a>>,
pub node: Option<Node>,
}Fields§
§ast: &'a ItemImpl§attributes: Attributes<'a>§items: Vec<ImplItemKorok<'a>>§node: Option<Node>Implementations§
Trait Implementations§
Source§impl KorokTrait for ImplKorok<'_>
impl KorokTrait for ImplKorok<'_>
impl<'a> StructuralPartialEq for ImplKorok<'a>
Auto Trait Implementations§
impl<'a> Freeze for ImplKorok<'a>
impl<'a> RefUnwindSafe for ImplKorok<'a>
impl<'a> !Send for ImplKorok<'a>
impl<'a> !Sync for ImplKorok<'a>
impl<'a> Unpin for ImplKorok<'a>
impl<'a> UnwindSafe for ImplKorok<'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