Struct rsfbclient_native::NativeFbAttachmentConfig [−][src]
pub struct NativeFbAttachmentConfig {
pub db_name: String,
pub user: String,
pub remote: Option<RemoteConfig>,
}Expand description
The common part of native client configuration (for both embedded/remote)
Fields
db_name: Stringuser: Stringremote: Option<RemoteConfig>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NativeFbAttachmentConfig
impl Send for NativeFbAttachmentConfig
impl Sync for NativeFbAttachmentConfig
impl Unpin for NativeFbAttachmentConfig
impl UnwindSafe for NativeFbAttachmentConfig
Blanket Implementations
Mutably borrows from an owned value. Read more