pub struct ObservationPaths {
pub namespace: String,
pub workspace_path: String,
pub memory_dir: String,
pub forge_db_path: String,
pub memory_dir_state: PathAvailability,
pub forge_db_state: PathAvailability,
}Expand description
Resolved filesystem paths and their availability for a configured namespace.
Fields§
§namespace: String§workspace_path: String§memory_dir: String§forge_db_path: String§memory_dir_state: PathAvailability§forge_db_state: PathAvailabilityTrait Implementations§
Source§impl Clone for ObservationPaths
impl Clone for ObservationPaths
Source§fn clone(&self) -> ObservationPaths
fn clone(&self) -> ObservationPaths
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 ObservationPaths
impl Debug for ObservationPaths
Source§impl<'de> Deserialize<'de> for ObservationPaths
impl<'de> Deserialize<'de> for ObservationPaths
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 ObservationPaths
Source§impl JsonSchema for ObservationPaths
impl JsonSchema for ObservationPaths
Source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for ObservationPaths
impl PartialEq for ObservationPaths
Source§fn eq(&self, other: &ObservationPaths) -> bool
fn eq(&self, other: &ObservationPaths) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ObservationPaths
impl Serialize for ObservationPaths
impl StructuralPartialEq for ObservationPaths
Auto Trait Implementations§
impl Freeze for ObservationPaths
impl RefUnwindSafe for ObservationPaths
impl Send for ObservationPaths
impl Sync for ObservationPaths
impl Unpin for ObservationPaths
impl UnsafeUnpin for ObservationPaths
impl UnwindSafe for ObservationPaths
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.