pub struct MemorySchemaService;Implementations§
Source§impl MemorySchemaService
impl MemorySchemaService
pub fn new() -> Self
pub fn execute(&self) -> MemorySchemaResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemorySchemaService
impl RefUnwindSafe for MemorySchemaService
impl Send for MemorySchemaService
impl Sync for MemorySchemaService
impl Unpin for MemorySchemaService
impl UnsafeUnpin for MemorySchemaService
impl UnwindSafe for MemorySchemaService
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