Struct opensrv_clickhouse::types::OptionsSource
source · pub struct OptionsSource { /* private fields */ }Trait Implementations§
source§impl Clone for OptionsSource
impl Clone for OptionsSource
source§fn clone(&self) -> OptionsSource
fn clone(&self) -> OptionsSource
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 Debug for OptionsSource
impl Debug for OptionsSource
Auto Trait Implementations§
impl RefUnwindSafe for OptionsSource
impl Send for OptionsSource
impl Sync for OptionsSource
impl Unpin for OptionsSource
impl UnwindSafe for OptionsSource
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