pub struct RfcGraph { /* private fields */ }Expand description
The RfcGraph type, wrapping all the logics of this crate.
Use the function RfcGraph::get
Implementations§
Trait Implementations§
Source§impl Default for RfcGraph
Will initialize a graph model, and load a cache.json file to reduce web query.
impl Default for RfcGraph
Will initialize a graph model, and load a cache.json file to reduce web query.
Auto Trait Implementations§
impl Freeze for RfcGraph
impl RefUnwindSafe for RfcGraph
impl Send for RfcGraph
impl Sync for RfcGraph
impl Unpin for RfcGraph
impl UnsafeUnpin for RfcGraph
impl UnwindSafe for RfcGraph
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