pub struct TemplateManifestStateStore;Expand description
TemplateManifestStateStore
Implementations§
Source§impl TemplateManifestStateStore
impl TemplateManifestStateStore
pub fn upsert(release: TemplateReleaseKey, record: TemplateManifestRecord)
pub fn export() -> TemplateManifestStoreRecord
pub fn clear()
pub fn clear_for_test()
Auto Trait Implementations§
impl Freeze for TemplateManifestStateStore
impl RefUnwindSafe for TemplateManifestStateStore
impl Send for TemplateManifestStateStore
impl Sync for TemplateManifestStateStore
impl Unpin for TemplateManifestStateStore
impl UnsafeUnpin for TemplateManifestStateStore
impl UnwindSafe for TemplateManifestStateStore
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