pub struct AddGraphNodeAttribute {
pub node: Expression,
pub attributes: Vec<Attribute>,
pub location: Location,
}
Expand description
An attr
statement that adds an attribute to a graph node
Fields§
§node: Expression
§attributes: Vec<Attribute>
§location: Location
Trait Implementations§
Source§impl Debug for AddGraphNodeAttribute
impl Debug for AddGraphNodeAttribute
Source§impl Display for AddGraphNodeAttribute
impl Display for AddGraphNodeAttribute
Source§impl From<AddGraphNodeAttribute> for Statement
impl From<AddGraphNodeAttribute> for Statement
Source§fn from(statement: AddGraphNodeAttribute) -> Statement
fn from(statement: AddGraphNodeAttribute) -> Statement
Converts to this type from the input type.
Source§impl PartialEq for AddGraphNodeAttribute
impl PartialEq for AddGraphNodeAttribute
impl Eq for AddGraphNodeAttribute
impl StructuralPartialEq for AddGraphNodeAttribute
Auto Trait Implementations§
impl Freeze for AddGraphNodeAttribute
impl RefUnwindSafe for AddGraphNodeAttribute
impl Send for AddGraphNodeAttribute
impl Sync for AddGraphNodeAttribute
impl Unpin for AddGraphNodeAttribute
impl UnwindSafe for AddGraphNodeAttribute
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