pub enum StorageStrategy {
Native,
Json,
}Expand description
Storage strategy for array fields on databases without native array support.
Variants§
Trait Implementations§
Source§impl Clone for StorageStrategy
impl Clone for StorageStrategy
Source§fn clone(&self) -> StorageStrategy
fn clone(&self) -> StorageStrategy
Returns a duplicate 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 StorageStrategy
impl Debug for StorageStrategy
Source§impl PartialEq for StorageStrategy
impl PartialEq for StorageStrategy
impl Copy for StorageStrategy
impl Eq for StorageStrategy
impl StructuralPartialEq for StorageStrategy
Auto Trait Implementations§
impl Freeze for StorageStrategy
impl RefUnwindSafe for StorageStrategy
impl Send for StorageStrategy
impl Sync for StorageStrategy
impl Unpin for StorageStrategy
impl UnsafeUnpin for StorageStrategy
impl UnwindSafe for StorageStrategy
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