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§
Auto Trait Implementations§
impl Freeze for RfcGraph
impl RefUnwindSafe for RfcGraph
impl Send for RfcGraph
impl Sync for RfcGraph
impl Unpin 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