pub struct MetadataOnlyStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for MetadataOnlyStore
impl Default for MetadataOnlyStore
Source§impl Store for MetadataOnlyStore
impl Store for MetadataOnlyStore
Source§fn metadata_as_ipc(&self) -> Result<Vec<IpcMessageWithId>>
fn metadata_as_ipc(&self) -> Result<Vec<IpcMessageWithId>>
Returns the metadata for this store as a vec of ipc messages
Auto Trait Implementations§
impl Freeze for MetadataOnlyStore
impl RefUnwindSafe for MetadataOnlyStore
impl Send for MetadataOnlyStore
impl Sync for MetadataOnlyStore
impl Unpin for MetadataOnlyStore
impl UnsafeUnpin for MetadataOnlyStore
impl UnwindSafe for MetadataOnlyStore
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