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