Enum sql_migration_sim::ast::ForJson
source · pub enum ForJson {
Auto,
Path,
}
Variants§
Trait Implementations§
source§impl Ord for ForJson
impl Ord for ForJson
source§impl PartialEq for ForJson
impl PartialEq for ForJson
source§impl PartialOrd for ForJson
impl PartialOrd for ForJson
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ForJson
impl StructuralEq for ForJson
impl StructuralPartialEq for ForJson
Auto Trait Implementations§
impl RefUnwindSafe for ForJson
impl Send for ForJson
impl Sync for ForJson
impl Unpin for ForJson
impl UnwindSafe for ForJson
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