pub struct PostgresScannerOptions {
pub host: String,
pub port: u16,
pub timeout_ms: u64,
pub check_defaults: bool,
}Fields§
§host: String§port: u16§timeout_ms: u64§check_defaults: boolImplementations§
Trait Implementations§
Source§impl Clone for PostgresScannerOptions
impl Clone for PostgresScannerOptions
Source§fn clone(&self) -> PostgresScannerOptions
fn clone(&self) -> PostgresScannerOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PostgresScannerOptions
impl Debug for PostgresScannerOptions
Source§impl Default for PostgresScannerOptions
impl Default for PostgresScannerOptions
Source§fn default() -> PostgresScannerOptions
fn default() -> PostgresScannerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PostgresScannerOptions
impl RefUnwindSafe for PostgresScannerOptions
impl Send for PostgresScannerOptions
impl Sync for PostgresScannerOptions
impl Unpin for PostgresScannerOptions
impl UnsafeUnpin for PostgresScannerOptions
impl UnwindSafe for PostgresScannerOptions
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