pub struct FileSystemStorageConfig {
pub path: String,
}
Fields§
§path: String
Implementations§
Source§impl FileSystemStorageConfig
impl FileSystemStorageConfig
pub fn build() -> FileSystemStorageConfigBuilder
Trait Implementations§
Source§impl Clone for FileSystemStorageConfig
impl Clone for FileSystemStorageConfig
Source§fn clone(&self) -> FileSystemStorageConfig
fn clone(&self) -> FileSystemStorageConfig
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 moreAuto Trait Implementations§
impl Freeze for FileSystemStorageConfig
impl RefUnwindSafe for FileSystemStorageConfig
impl Send for FileSystemStorageConfig
impl Sync for FileSystemStorageConfig
impl Unpin for FileSystemStorageConfig
impl UnwindSafe for FileSystemStorageConfig
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