pub struct ProjectionRuntimeStatusEntry {
pub name: String,
pub dense_readiness: ProjectionStatusDenseReadiness,
}Expand description
One declaration’s current dense status in ProjectionRuntimeStatus.
Fields§
§name: StringDeclared projection name. Entries are returned in ascending name order.
dense_readiness: ProjectionStatusDenseReadinessCurrent dense state for this declaration’s effective vector arm.
Trait Implementations§
Source§impl Clone for ProjectionRuntimeStatusEntry
impl Clone for ProjectionRuntimeStatusEntry
Source§fn clone(&self) -> ProjectionRuntimeStatusEntry
fn clone(&self) -> ProjectionRuntimeStatusEntry
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 ProjectionRuntimeStatusEntry
impl Debug for ProjectionRuntimeStatusEntry
impl Eq for ProjectionRuntimeStatusEntry
impl StructuralPartialEq for ProjectionRuntimeStatusEntry
Auto Trait Implementations§
impl Freeze for ProjectionRuntimeStatusEntry
impl RefUnwindSafe for ProjectionRuntimeStatusEntry
impl Send for ProjectionRuntimeStatusEntry
impl Sync for ProjectionRuntimeStatusEntry
impl Unpin for ProjectionRuntimeStatusEntry
impl UnsafeUnpin for ProjectionRuntimeStatusEntry
impl UnwindSafe for ProjectionRuntimeStatusEntry
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