pub struct ContainerQueryHighlightConfig {
pub container_query_container_highlight_config: ContainerQueryContainerHighlightConfig,
pub node_id: NodeId,
}Fields§
§container_query_container_highlight_config: ContainerQueryContainerHighlightConfig§node_id: NodeIdTrait 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<'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
Source§impl PartialEq for ContainerQueryHighlightConfig
impl PartialEq for ContainerQueryHighlightConfig
Source§fn eq(&self, other: &ContainerQueryHighlightConfig) -> bool
fn eq(&self, other: &ContainerQueryHighlightConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContainerQueryHighlightConfig
Auto Trait Implementations§
impl Freeze for ContainerQueryHighlightConfig
impl RefUnwindSafe for ContainerQueryHighlightConfig
impl Send for ContainerQueryHighlightConfig
impl Sync for ContainerQueryHighlightConfig
impl Unpin 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