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
sourceimpl Clone for NativeFbAttachmentConfig
impl Clone for NativeFbAttachmentConfig
sourcefn clone(&self) -> NativeFbAttachmentConfig
fn clone(&self) -> NativeFbAttachmentConfig
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 Default for NativeFbAttachmentConfig
impl Default for NativeFbAttachmentConfig
sourcefn default() -> NativeFbAttachmentConfig
fn default() -> NativeFbAttachmentConfig
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
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