pub struct LayoutNodeMeasurementStatus {
pub node: NodeId,
pub status: NodeMeasurementStatus,
}Expand description
Measurement status for one visible node in a layout-facts query.
Fields§
§node: NodeId§status: NodeMeasurementStatusImplementations§
Source§impl LayoutNodeMeasurementStatus
impl LayoutNodeMeasurementStatus
pub fn new(node: NodeId, status: NodeMeasurementStatus) -> Self
Trait Implementations§
Source§impl Clone for LayoutNodeMeasurementStatus
impl Clone for LayoutNodeMeasurementStatus
Source§fn clone(&self) -> LayoutNodeMeasurementStatus
fn clone(&self) -> LayoutNodeMeasurementStatus
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 moreimpl Copy for LayoutNodeMeasurementStatus
Source§impl Debug for LayoutNodeMeasurementStatus
impl Debug for LayoutNodeMeasurementStatus
Source§impl<'de> Deserialize<'de> for LayoutNodeMeasurementStatus
impl<'de> Deserialize<'de> for LayoutNodeMeasurementStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LayoutNodeMeasurementStatus
Source§impl Hash for LayoutNodeMeasurementStatus
impl Hash for LayoutNodeMeasurementStatus
Source§impl PartialEq for LayoutNodeMeasurementStatus
impl PartialEq for LayoutNodeMeasurementStatus
Source§fn eq(&self, other: &LayoutNodeMeasurementStatus) -> bool
fn eq(&self, other: &LayoutNodeMeasurementStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LayoutNodeMeasurementStatus
Auto Trait Implementations§
impl Freeze for LayoutNodeMeasurementStatus
impl RefUnwindSafe for LayoutNodeMeasurementStatus
impl Send for LayoutNodeMeasurementStatus
impl Sync for LayoutNodeMeasurementStatus
impl Unpin for LayoutNodeMeasurementStatus
impl UnsafeUnpin for LayoutNodeMeasurementStatus
impl UnwindSafe for LayoutNodeMeasurementStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.