pub enum MemBackendType {
File,
Uffd,
}Variants§
Trait Implementations§
Source§impl Debug for MemBackendType
impl Debug for MemBackendType
Auto Trait Implementations§
impl Freeze for MemBackendType
impl RefUnwindSafe for MemBackendType
impl Send for MemBackendType
impl Sync for MemBackendType
impl Unpin for MemBackendType
impl UnsafeUnpin for MemBackendType
impl UnwindSafe for MemBackendType
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