Struct rust_i18n::SimpleBackend
source · pub struct SimpleBackend { /* private fields */ }Expand description
Simple KeyValue storage backend
Implementations§
source§impl SimpleBackend
impl SimpleBackend
sourcepub fn new() -> SimpleBackend
pub fn new() -> SimpleBackend
Create a new SimpleBackend.
Trait Implementations§
source§impl Backend for SimpleBackend
impl Backend for SimpleBackend
source§impl BackendExt for SimpleBackend
impl BackendExt for SimpleBackend
Auto Trait Implementations§
impl RefUnwindSafe for SimpleBackend
impl Send for SimpleBackend
impl Sync for SimpleBackend
impl Unpin for SimpleBackend
impl UnwindSafe for SimpleBackend
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