pub struct MockedMemory {}Trait Implementations§
Source§impl Default for MockedMemory
impl Default for MockedMemory
Source§fn default() -> MockedMemory
fn default() -> MockedMemory
Returns the “default value” for a type. Read more
Source§impl MemoryLike for MockedMemory
impl MemoryLike for MockedMemory
Auto Trait Implementations§
impl Freeze for MockedMemory
impl RefUnwindSafe for MockedMemory
impl Send for MockedMemory
impl Sync for MockedMemory
impl Unpin for MockedMemory
impl UnwindSafe for MockedMemory
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