pub struct RunBundleStoreConfig {
pub root_path: PathBuf,
pub bundles_path: PathBuf,
pub index_path: PathBuf,
}Fields§
§root_path: PathBuf§bundles_path: PathBuf§index_path: PathBufImplementations§
Source§impl RunBundleStoreConfig
impl RunBundleStoreConfig
pub fn for_receipt_root(root_path: impl Into<PathBuf>) -> Self
Trait Implementations§
Source§impl Clone for RunBundleStoreConfig
impl Clone for RunBundleStoreConfig
Source§fn clone(&self) -> RunBundleStoreConfig
fn clone(&self) -> RunBundleStoreConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RunBundleStoreConfig
impl Debug for RunBundleStoreConfig
Source§impl<'de> Deserialize<'de> for RunBundleStoreConfig
impl<'de> Deserialize<'de> for RunBundleStoreConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RunBundleStoreConfig
Source§impl PartialEq for RunBundleStoreConfig
impl PartialEq for RunBundleStoreConfig
Source§fn eq(&self, other: &RunBundleStoreConfig) -> bool
fn eq(&self, other: &RunBundleStoreConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RunBundleStoreConfig
impl Serialize for RunBundleStoreConfig
impl StructuralPartialEq for RunBundleStoreConfig
Auto Trait Implementations§
impl Freeze for RunBundleStoreConfig
impl RefUnwindSafe for RunBundleStoreConfig
impl Send for RunBundleStoreConfig
impl Sync for RunBundleStoreConfig
impl Unpin for RunBundleStoreConfig
impl UnsafeUnpin for RunBundleStoreConfig
impl UnwindSafe for RunBundleStoreConfig
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