pub struct DocConnectionConfig {
pub read_only: bool,
pub is_authenticated: bool,
}Fields§
§read_only: bool§is_authenticated: boolTrait Implementations§
Source§impl Clone for DocConnectionConfig
impl Clone for DocConnectionConfig
Source§fn clone(&self) -> DocConnectionConfig
fn clone(&self) -> DocConnectionConfig
Returns a duplicate 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 DocConnectionConfig
impl Debug for DocConnectionConfig
Auto Trait Implementations§
impl Freeze for DocConnectionConfig
impl RefUnwindSafe for DocConnectionConfig
impl Send for DocConnectionConfig
impl Sync for DocConnectionConfig
impl Unpin for DocConnectionConfig
impl UnwindSafe for DocConnectionConfig
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