pub struct AcceptedExtraction {
pub memory_id: MemoryId,
}Expand description
Outcome of accepting a queued extraction: the promoted memory’s id.
Fields§
§memory_id: MemoryIdThe memory id now living in the palace.
Trait Implementations§
Source§impl Clone for AcceptedExtraction
impl Clone for AcceptedExtraction
Source§fn clone(&self) -> AcceptedExtraction
fn clone(&self) -> AcceptedExtraction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcceptedExtraction
impl Debug for AcceptedExtraction
impl Eq for AcceptedExtraction
Source§impl PartialEq for AcceptedExtraction
impl PartialEq for AcceptedExtraction
impl StructuralPartialEq for AcceptedExtraction
Auto Trait Implementations§
impl Freeze for AcceptedExtraction
impl RefUnwindSafe for AcceptedExtraction
impl Send for AcceptedExtraction
impl Sync for AcceptedExtraction
impl Unpin for AcceptedExtraction
impl UnsafeUnpin for AcceptedExtraction
impl UnwindSafe for AcceptedExtraction
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