Enum gitql_ast::expression::StringValueType
source · pub enum StringValueType {
Text,
Time,
Date,
DateTime,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for StringValueType
impl Send for StringValueType
impl Sync for StringValueType
impl Unpin for StringValueType
impl UnwindSafe for StringValueType
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