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