pub struct MemoryArtifact { /* private fields */ }Expand description
One owned memory artifact.
Implementations§
Trait Implementations§
Source§impl Debug for MemoryArtifact
impl Debug for MemoryArtifact
impl Eq for MemoryArtifact
Source§impl PartialEq for MemoryArtifact
impl PartialEq for MemoryArtifact
Source§fn eq(&self, other: &MemoryArtifact) -> bool
fn eq(&self, other: &MemoryArtifact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemoryArtifact
Auto Trait Implementations§
impl Freeze for MemoryArtifact
impl RefUnwindSafe for MemoryArtifact
impl Send for MemoryArtifact
impl Sync for MemoryArtifact
impl Unpin for MemoryArtifact
impl UnsafeUnpin for MemoryArtifact
impl UnwindSafe for MemoryArtifact
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