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