pub struct GGraph { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for GGraph
impl RefUnwindSafe for GGraph
impl !Send for GGraph
impl !Sync for GGraph
impl Unpin for GGraph
impl UnwindSafe for GGraph
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