pub enum BracketType {
Where,
And,
Or,
}
Expand description
BracketType enum. It helps you to open brackets with Corresponding keyword of it’s variant on sql queries.
Variants§
Trait Implementations§
Source§impl Clone for BracketType
impl Clone for BracketType
Source§fn clone(&self) -> BracketType
fn clone(&self) -> BracketType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BracketType
impl Debug for BracketType
Auto Trait Implementations§
impl Freeze for BracketType
impl RefUnwindSafe for BracketType
impl Send for BracketType
impl Sync for BracketType
impl Unpin for BracketType
impl UnwindSafe for BracketType
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