pub struct SqlRoot { /* private fields */ }Expand description
SQL 根节点
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlRoot
impl RefUnwindSafe for SqlRoot
impl Send for SqlRoot
impl Sync for SqlRoot
impl Unpin for SqlRoot
impl UnwindSafe for SqlRoot
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