pub struct CypherQueryBuilder { /* private fields */ }Expand description
Cypher 查询构造器(链式)
Implementations§
Auto Trait Implementations§
impl Freeze for CypherQueryBuilder
impl RefUnwindSafe for CypherQueryBuilder
impl Send for CypherQueryBuilder
impl Sync for CypherQueryBuilder
impl Unpin for CypherQueryBuilder
impl UnsafeUnpin for CypherQueryBuilder
impl UnwindSafe for CypherQueryBuilder
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