pub enum SqlQueryParts {
None,
}
Expand description
API parts for the Sql Query API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SqlQueryParts
impl Clone for SqlQueryParts
Source§fn clone(&self) -> SqlQueryParts
fn clone(&self) -> SqlQueryParts
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SqlQueryParts
impl Debug for SqlQueryParts
Source§impl PartialEq for SqlQueryParts
impl PartialEq for SqlQueryParts
impl Eq for SqlQueryParts
impl StructuralPartialEq for SqlQueryParts
Auto Trait Implementations§
impl Freeze for SqlQueryParts
impl RefUnwindSafe for SqlQueryParts
impl Send for SqlQueryParts
impl Sync for SqlQueryParts
impl Unpin for SqlQueryParts
impl UnwindSafe for SqlQueryParts
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