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