pub enum DefaultStorageChain {
JsonFile(JsonFile),
Generic(Generic),
}Variants§
Implementations§
Source§impl DefaultStorageChain
impl DefaultStorageChain
pub async fn new() -> DefaultStorageChain
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultStorageChain
impl RefUnwindSafe for DefaultStorageChain
impl Send for DefaultStorageChain
impl Sync for DefaultStorageChain
impl Unpin for DefaultStorageChain
impl UnsafeUnpin for DefaultStorageChain
impl UnwindSafe for DefaultStorageChain
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