pub enum DatabaseAny {
Local(Database),
Remote(RemoteDatabase),
}Variants§
Local(Database)
Remote(RemoteDatabase)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DatabaseAny
impl !RefUnwindSafe for DatabaseAny
impl Send for DatabaseAny
impl Sync for DatabaseAny
impl Unpin for DatabaseAny
impl !UnwindSafe for DatabaseAny
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