pub struct ContainerQueryHighlightConfig {
pub containerQueryContainerHighlightConfig: ContainerQueryContainerHighlightConfig,
pub nodeId: NodeId,
}Fields§
§containerQueryContainerHighlightConfig: ContainerQueryContainerHighlightConfigA descriptor for the highlight appearance of container query containers.
nodeId: NodeIdIdentifier of the container node to highlight.
Trait Implementations§
Source§impl Clone for ContainerQueryHighlightConfig
impl Clone for ContainerQueryHighlightConfig
Source§fn clone(&self) -> ContainerQueryHighlightConfig
fn clone(&self) -> ContainerQueryHighlightConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ContainerQueryHighlightConfig
impl Default for ContainerQueryHighlightConfig
Source§fn default() -> ContainerQueryHighlightConfig
fn default() -> ContainerQueryHighlightConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContainerQueryHighlightConfig
impl<'de> Deserialize<'de> for ContainerQueryHighlightConfig
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
Auto Trait Implementations§
impl Freeze for ContainerQueryHighlightConfig
impl RefUnwindSafe for ContainerQueryHighlightConfig
impl Send for ContainerQueryHighlightConfig
impl Sync for ContainerQueryHighlightConfig
impl Unpin for ContainerQueryHighlightConfig
impl UnsafeUnpin for ContainerQueryHighlightConfig
impl UnwindSafe for ContainerQueryHighlightConfig
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