pub struct NodeStmt {
pub id: NodeId,
pub list: AttributeList,
}Fields
id: NodeIdlist: AttributeListImplementations
sourceimpl 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 RefUnwindSafe for NodeStmt
impl Send for NodeStmt
impl Sync for NodeStmt
impl Unpin for NodeStmt
impl UnwindSafe for NodeStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more