pub struct FileBackendConfig { /* private fields */ }
Implementations§
Source§impl FileBackendConfig
impl FileBackendConfig
pub fn async_threads<T>(self, value: T) -> Self
pub fn ioop_delay<T>(self, value: T) -> Self
pub fn sync<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for FileBackendConfig
impl Clone for FileBackendConfig
Source§fn clone(&self) -> FileBackendConfig
fn clone(&self) -> FileBackendConfig
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 FileBackendConfig
impl Debug for FileBackendConfig
Source§impl Default for FileBackendConfig
impl Default for FileBackendConfig
Source§impl From<FileBackendConfig> for FileBackendConfig
impl From<FileBackendConfig> for FileBackendConfig
Source§fn from(value: FileBackendConfig) -> Self
fn from(value: FileBackendConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<FileBackendConfig> for FileBackendConfig
impl TryFrom<FileBackendConfig> for FileBackendConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: FileBackendConfig) -> Result<Self, ConversionError>
fn try_from(value: FileBackendConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for FileBackendConfig
impl RefUnwindSafe for FileBackendConfig
impl Send for FileBackendConfig
impl Sync for FileBackendConfig
impl Unpin for FileBackendConfig
impl UnwindSafe for FileBackendConfig
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