Struct syn_rsx::NodeFragment
source · pub struct NodeFragment {
pub children: Vec<Node>,
}
Expand description
Fragement node.
Fragment: <></>
Fields§
§children: Vec<Node>
Children of the fragment node.
Trait Implementations§
source§impl Debug for NodeFragment
impl Debug for NodeFragment
Auto Trait Implementations§
impl RefUnwindSafe for NodeFragment
impl !Send for NodeFragment
impl !Sync for NodeFragment
impl Unpin for NodeFragment
impl UnwindSafe for NodeFragment
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