pub struct FileConfig { /* private fields */ }
Available on crate feature
std
only.Expand description
Implementations§
Trait Implementations§
Source§impl AsyncConnectable for FileConfig
Available on crate feature tokio-1
only.
impl AsyncConnectable for FileConfig
Available on crate feature
tokio-1
only.Source§impl Clone for FileConfig
impl Clone for FileConfig
Source§fn clone(&self) -> FileConfig
fn clone(&self) -> FileConfig
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 Connectable for FileConfig
impl Connectable for FileConfig
Source§impl Debug for FileConfig
impl Debug for FileConfig
Source§impl Display for FileConfig
impl Display for FileConfig
Source§impl From<FileConfig> for ConnectionAddress
Available on crate features std
or tokio-1
only.
impl From<FileConfig> for ConnectionAddress
Available on crate features
std
or tokio-1
only.Source§fn from(value: FileConfig) -> Self
fn from(value: FileConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FileConfig
impl RefUnwindSafe for FileConfig
impl Send for FileConfig
impl Sync for FileConfig
impl Unpin for FileConfig
impl UnwindSafe for FileConfig
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