Searched refs:node_weight_mut (Results 1 – 5 of 5) sorted by relevance
37 fn node_weight_mut(self: &mut Self, id: Self::NodeId) -> Option<&mut Self::NodeWeight>;99 fn node_weight_mut(&mut self, id: Self::NodeId) -> Option<&mut Self::NodeWeight> { in node_weight_mut() function100 self.node_weight_mut(id) in node_weight_mut()127 fn node_weight_mut(&mut self, id: Self::NodeId) -> Option<&mut Self::NodeWeight> { in node_weight_mut() function128 self.node_weight_mut(id) in node_weight_mut()
612 fn node_weight_mut(&mut self, n: Self::NodeId) -> Option<&mut ()> { in node_weight_mut() method
414 pub fn node_weight_mut(&mut self, a: NodeIndex<Ix>) -> &mut N { in node_weight_mut() method1064 self.node_weight_mut(ax) in index_mut()
490 pub fn node_weight_mut(&mut self, a: NodeIndex<Ix>) -> Option<&mut N> { in node_weight_mut() function1181 self.node_weight_mut(index).unwrap() in index_mut()
549 pub fn node_weight_mut(&mut self, a: NodeIndex<Ix>) -> Option<&mut N> { in node_weight_mut() function