Struct sea_orm::MockDatabaseConnector [−][src]
pub struct MockDatabaseConnector;Expand description
Defines a database driver for the MockDatabase
Implementations
Check if the database URI given and the DatabaseBackend selected are the same
Cpnnect to the MockDatabase
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MockDatabaseConnector
impl Send for MockDatabaseConnector
impl Sync for MockDatabaseConnector
impl Unpin for MockDatabaseConnector
impl UnwindSafe for MockDatabaseConnector
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more