pub struct MemBackend {
pub backend_type: MemBackendType,
pub backend_path: String,
}Fields§
§backend_type: MemBackendType§backend_path: StringTrait Implementations§
Source§impl Debug for MemBackend
impl Debug for MemBackend
Auto Trait Implementations§
impl Freeze for MemBackend
impl RefUnwindSafe for MemBackend
impl Send for MemBackend
impl Sync for MemBackend
impl Unpin for MemBackend
impl UnsafeUnpin for MemBackend
impl UnwindSafe for MemBackend
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