pub struct ComputePropertyDone;Expand description
Operation’s compute property is fixed
Auto Trait Implementations§
impl Freeze for ComputePropertyDone
impl RefUnwindSafe for ComputePropertyDone
impl Send for ComputePropertyDone
impl Sync for ComputePropertyDone
impl Unpin for ComputePropertyDone
impl UnsafeUnpin for ComputePropertyDone
impl UnwindSafe for ComputePropertyDone
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