pub struct LocalStore {}Implementations§
Source§impl LocalStore
impl LocalStore
pub fn get_local_session_store_path() -> PathBuf
pub fn get_backup_session_path(session_id: &str) -> PathBuf
pub fn write_session_data(path: &str, data: &str) -> Result<String, String>
pub fn read_session_data(path: &str) -> Result<String, String>
Auto Trait Implementations§
impl Freeze for LocalStore
impl RefUnwindSafe for LocalStore
impl Send for LocalStore
impl Sync for LocalStore
impl Unpin for LocalStore
impl UnwindSafe for LocalStore
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