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
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