pub struct NativeFbAttachmentConfig {
pub db_name: String,
pub user: String,
pub role_name: Option<String>,
pub remote: Option<RemoteConfig>,
}
Expand description
The common part of native client configuration (for both embedded/remote)
Fields§
§db_name: String
§user: String
§role_name: Option<String>
§remote: Option<RemoteConfig>
Trait Implementations§
Source§impl Clone for NativeFbAttachmentConfig
impl Clone for NativeFbAttachmentConfig
Source§fn clone(&self) -> NativeFbAttachmentConfig
fn clone(&self) -> NativeFbAttachmentConfig
Returns a duplicate 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 Default for NativeFbAttachmentConfig
impl Default for NativeFbAttachmentConfig
Source§fn default() -> NativeFbAttachmentConfig
fn default() -> NativeFbAttachmentConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NativeFbAttachmentConfig
impl RefUnwindSafe for NativeFbAttachmentConfig
impl Send for NativeFbAttachmentConfig
impl Sync for NativeFbAttachmentConfig
impl Unpin for NativeFbAttachmentConfig
impl UnwindSafe for NativeFbAttachmentConfig
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