pub struct GraphNode {
pub id: String,
pub spec: String,
pub anchor: String,
pub title: Option<String>,
pub section_type: Option<String>,
pub filter_role: Option<String>,
}Fields§
§id: String§spec: String§anchor: String§title: Option<String>§section_type: Option<String>§filter_role: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphNode
impl RefUnwindSafe for GraphNode
impl Send for GraphNode
impl Sync for GraphNode
impl Unpin for GraphNode
impl UnsafeUnpin for GraphNode
impl UnwindSafe for GraphNode
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