Enum grafbase_sql_ast::ast::EncodeFormat
source · pub enum EncodeFormat {
Base64,
Escape,
Hex,
}
Expand description
The encode format.
Variants§
Trait Implementations§
source§impl Clone for EncodeFormat
impl Clone for EncodeFormat
source§fn clone(&self) -> EncodeFormat
fn clone(&self) -> EncodeFormat
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 EncodeFormat
impl Debug for EncodeFormat
source§impl PartialEq for EncodeFormat
impl PartialEq for EncodeFormat
source§fn eq(&self, other: &EncodeFormat) -> bool
fn eq(&self, other: &EncodeFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EncodeFormat
impl StructuralPartialEq for EncodeFormat
Auto Trait Implementations§
impl RefUnwindSafe for EncodeFormat
impl Send for EncodeFormat
impl Sync for EncodeFormat
impl Unpin for EncodeFormat
impl UnwindSafe for EncodeFormat
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