pub enum NodeKind {
Group(Group),
Path(Path),
Image(Image),
Text(Text),
}
Expand description
Node’s kind.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NodeKind
impl !Send for NodeKind
impl !Sync for NodeKind
impl Unpin for NodeKind
impl !UnwindSafe for NodeKind
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