pub struct RecordingStore;Implementations§
Source§impl RecordingStore
impl RecordingStore
pub fn recordings_dir() -> PathBuf
pub fn ensure_dir_at(dir: &Path)
pub fn temp_recording_path() -> PathBuf
pub fn new_recording_path() -> PathBuf
pub fn new_recording_path_in(dir: &Path) -> PathBuf
pub fn list_recordings_in(dir: &Path) -> Vec<(PathBuf, String)>
pub fn prune(max_count: u32)
pub fn prune_in(dir: &Path, max_count: u32)
Auto Trait Implementations§
impl Freeze for RecordingStore
impl RefUnwindSafe for RecordingStore
impl Send for RecordingStore
impl Sync for RecordingStore
impl Unpin for RecordingStore
impl UnsafeUnpin for RecordingStore
impl UnwindSafe for RecordingStore
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