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