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 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 Default for NativeFbAttachmentConfig
impl Default for NativeFbAttachmentConfig
source§fn default() -> NativeFbAttachmentConfig
fn default() -> NativeFbAttachmentConfig
Returns the “default value” for a type. Read more