pub struct GraphIO;Implementations§
Auto Trait Implementations§
impl Freeze for GraphIO
impl RefUnwindSafe for GraphIO
impl Send for GraphIO
impl Sync for GraphIO
impl Unpin for GraphIO
impl UnwindSafe for GraphIO
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