pub struct EdgeQl {
pub table_name: String,
pub query_type: QueryType,
pub content: String,
pub has_result: bool,
}
Fields§
§table_name: String
§query_type: QueryType
§content: String
§has_result: bool
Implementations§
Trait 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