Struct tree_sitter_graph::graph::Attributes
source · [−]pub struct Attributes { /* private fields */ }Expand description
A set of attributes associated with a graph node or edge
Implementations
sourceimpl Attributes
impl Attributes
Trait Implementations
sourceimpl Display for Attributes
impl Display for Attributes
sourceimpl Serialize for Attributes
impl Serialize for Attributes
Auto Trait Implementations
impl RefUnwindSafe for Attributes
impl !Send for Attributes
impl !Sync for Attributes
impl Unpin for Attributes
impl UnwindSafe for Attributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more