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