Struct testcontainers_modules::surrealdb::SurrealDbArgs
source · pub struct SurrealDbArgs;Available on crate feature
surrealdb only.Trait Implementations§
source§impl Clone for SurrealDbArgs
impl Clone for SurrealDbArgs
source§fn clone(&self) -> SurrealDbArgs
fn clone(&self) -> SurrealDbArgs
Returns a copy 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 SurrealDbArgs
impl Debug for SurrealDbArgs
source§impl Default for SurrealDbArgs
impl Default for SurrealDbArgs
source§fn default() -> SurrealDbArgs
fn default() -> SurrealDbArgs
Returns the “default value” for a type. Read more
source§impl ImageArgs for SurrealDbArgs
impl ImageArgs for SurrealDbArgs
Auto Trait Implementations§
impl Freeze for SurrealDbArgs
impl RefUnwindSafe for SurrealDbArgs
impl Send for SurrealDbArgs
impl Sync for SurrealDbArgs
impl Unpin for SurrealDbArgs
impl UnwindSafe for SurrealDbArgs
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