Struct static_graph::resolver::rir::Graph
source · pub struct Graph {
pub name: Ident,
pub entry_node: DefId,
}
Fields§
§name: Ident
§entry_node: DefId
Trait Implementations§
source§impl PartialEq<Graph> for Graph
impl PartialEq<Graph> for Graph
impl Eq for Graph
impl StructuralEq for Graph
impl StructuralPartialEq for Graph
Auto Trait Implementations§
impl RefUnwindSafe for Graph
impl Send for Graph
impl Sync for Graph
impl Unpin for Graph
impl UnwindSafe for Graph
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