pub struct NodeStmt {
pub id: NodeId,
pub list: AttributeList,
}
Fields§
§id: NodeId
§list: AttributeList
Implementations§
Source§impl NodeStmt
impl NodeStmt
pub fn new(id: NodeId) -> Self
pub fn new_with_list(id: NodeId, list: AttributeList) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeStmt
impl RefUnwindSafe for NodeStmt
impl Send for NodeStmt
impl Sync for NodeStmt
impl Unpin for NodeStmt
impl UnwindSafe for NodeStmt
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