pub enum StringMigration {
NoMigration,
ConvertToText,
}
Expand description
Whether to convert ScalarValue::Str
s in the loaded document to ObjType::Text
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringMigration
impl RefUnwindSafe for StringMigration
impl Send for StringMigration
impl Sync for StringMigration
impl Unpin for StringMigration
impl UnwindSafe for StringMigration
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