pub struct NodeChromeFacts {
pub node: NodeId,
pub chrome: Vec<ResolvedNodeChrome>,
}Expand description
Resolved adapter-owned chrome facts for one node.
Fields§
§node: NodeId§chrome: Vec<ResolvedNodeChrome>Implementations§
Trait Implementations§
Source§impl Clone for NodeChromeFacts
impl Clone for NodeChromeFacts
Source§fn clone(&self) -> NodeChromeFacts
fn clone(&self) -> NodeChromeFacts
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 NodeChromeFacts
impl Debug for NodeChromeFacts
Source§impl<'de> Deserialize<'de> for NodeChromeFacts
impl<'de> Deserialize<'de> for NodeChromeFacts
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
Source§impl PartialEq for NodeChromeFacts
impl PartialEq for NodeChromeFacts
Source§fn eq(&self, other: &NodeChromeFacts) -> bool
fn eq(&self, other: &NodeChromeFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NodeChromeFacts
impl Serialize for NodeChromeFacts
impl StructuralPartialEq for NodeChromeFacts
Auto Trait Implementations§
impl Freeze for NodeChromeFacts
impl RefUnwindSafe for NodeChromeFacts
impl Send for NodeChromeFacts
impl Sync for NodeChromeFacts
impl Unpin for NodeChromeFacts
impl UnsafeUnpin for NodeChromeFacts
impl UnwindSafe for NodeChromeFacts
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