pub enum SqlTranslateParts {
None,
}
Expand description
API parts for the Sql Translate API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for SqlTranslateParts
impl Clone for SqlTranslateParts
Source§fn clone(&self) -> SqlTranslateParts
fn clone(&self) -> SqlTranslateParts
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 SqlTranslateParts
impl Debug for SqlTranslateParts
Source§impl PartialEq for SqlTranslateParts
impl PartialEq for SqlTranslateParts
impl Eq for SqlTranslateParts
impl StructuralPartialEq for SqlTranslateParts
Auto Trait Implementations§
impl Freeze for SqlTranslateParts
impl RefUnwindSafe for SqlTranslateParts
impl Send for SqlTranslateParts
impl Sync for SqlTranslateParts
impl Unpin for SqlTranslateParts
impl UnwindSafe for SqlTranslateParts
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