Struct rsfbclient::ConnectionConfiguration
source · [−]pub struct ConnectionConfiguration<A> { /* private fields */ }Expand description
Generic aggregate of configuration data for firebird db Connections The data required for forming connections is partly client-implementation-dependent
Trait Implementations
sourceimpl<A: Clone> Clone for ConnectionConfiguration<A>
impl<A: Clone> Clone for ConnectionConfiguration<A>
sourcefn clone(&self) -> ConnectionConfiguration<A>
fn clone(&self) -> ConnectionConfiguration<A>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<A: Default> Default for ConnectionConfiguration<A>
impl<A: Default> Default for ConnectionConfiguration<A>
sourceimpl<A, B> From<&NativeConnectionBuilder<A, B>> for ConnectionConfiguration<NativeFbAttachmentConfig>
impl<A, B> From<&NativeConnectionBuilder<A, B>> for ConnectionConfiguration<NativeFbAttachmentConfig>
sourcefn from(arg: &NativeConnectionBuilder<A, B>) -> Self
fn from(arg: &NativeConnectionBuilder<A, B>) -> Self
Converts to this type from the input type.
sourceimpl From<&PureRustConnectionBuilder> for ConnectionConfiguration<RustFbClientAttachmentConfig>
impl From<&PureRustConnectionBuilder> for ConnectionConfiguration<RustFbClientAttachmentConfig>
sourcefn from(arg: &PureRustConnectionBuilder) -> Self
fn from(arg: &PureRustConnectionBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl<A> RefUnwindSafe for ConnectionConfiguration<A> where
A: RefUnwindSafe,
impl<A> Send for ConnectionConfiguration<A> where
A: Send,
impl<A> Sync for ConnectionConfiguration<A> where
A: Sync,
impl<A> Unpin for ConnectionConfiguration<A> where
A: Unpin,
impl<A> UnwindSafe for ConnectionConfiguration<A> where
A: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more