pub struct FileSystemNamespaceMapStorage { /* private fields */ }Expand description
Represents a namespace_domain map storage using the local file system.
Implementations§
Trait Implementations§
source§impl NamespaceMapStorage for FileSystemNamespaceMapStorage
impl NamespaceMapStorage for FileSystemNamespaceMapStorage
source§fn load_namespace_map<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Option<IndexMap<String, String>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn load_namespace_map<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Option<IndexMap<String, String>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Loads namespace map
Auto Trait Implementations§
impl RefUnwindSafe for FileSystemNamespaceMapStorage
impl Send for FileSystemNamespaceMapStorage
impl Sync for FileSystemNamespaceMapStorage
impl Unpin for FileSystemNamespaceMapStorage
impl UnwindSafe for FileSystemNamespaceMapStorage
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