pub struct FileConfig { /* private fields */ }
Expand description
Implementations§
Source§impl FileConfig
impl FileConfig
Sourcepub fn new(address: PathBuf) -> FileConfig
pub fn new(address: PathBuf) -> FileConfig
Creates a file input address from a file path string.
Trait Implementations§
Source§impl AsyncConnectable for FileConfig
impl AsyncConnectable for FileConfig
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
impl From<FileConfig> for ConnectionAddress
Source§fn from(value: FileConfig) -> ConnectionAddress
fn from(value: FileConfig) -> ConnectionAddress
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