pub struct SetShowContainerQueryOverlaysParams<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetShowContainerQueryOverlaysParams<'a>
impl<'a> SetShowContainerQueryOverlaysParams<'a>
Sourcepub fn builder(
container_query_highlight_configs: Vec<ContainerQueryHighlightConfig<'a>>,
) -> SetShowContainerQueryOverlaysParamsBuilder<'a>
pub fn builder( container_query_highlight_configs: Vec<ContainerQueryHighlightConfig<'a>>, ) -> SetShowContainerQueryOverlaysParamsBuilder<'a>
Creates a builder for this type with the required parameters:
container_query_highlight_configs: An array of node identifiers and descriptors for the highlight appearance.
Sourcepub fn container_query_highlight_configs(
&self,
) -> &[ContainerQueryHighlightConfig<'a>]
pub fn container_query_highlight_configs( &self, ) -> &[ContainerQueryHighlightConfig<'a>]
An array of node identifiers and descriptors for the highlight appearance.
Trait Implementations§
Source§impl<'a> CdpCommand<'a> for SetShowContainerQueryOverlaysParams<'a>
impl<'a> CdpCommand<'a> for SetShowContainerQueryOverlaysParams<'a>
Source§impl<'a> Clone for SetShowContainerQueryOverlaysParams<'a>
impl<'a> Clone for SetShowContainerQueryOverlaysParams<'a>
Source§fn clone(&self) -> SetShowContainerQueryOverlaysParams<'a>
fn clone(&self) -> SetShowContainerQueryOverlaysParams<'a>
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<'a> Debug for SetShowContainerQueryOverlaysParams<'a>
impl<'a> Debug for SetShowContainerQueryOverlaysParams<'a>
Source§impl<'a> Default for SetShowContainerQueryOverlaysParams<'a>
impl<'a> Default for SetShowContainerQueryOverlaysParams<'a>
Source§fn default() -> SetShowContainerQueryOverlaysParams<'a>
fn default() -> SetShowContainerQueryOverlaysParams<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for SetShowContainerQueryOverlaysParams<'a>
impl<'de, 'a> Deserialize<'de> for SetShowContainerQueryOverlaysParams<'a>
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<'a> Freeze for SetShowContainerQueryOverlaysParams<'a>
impl<'a> RefUnwindSafe for SetShowContainerQueryOverlaysParams<'a>
impl<'a> Send for SetShowContainerQueryOverlaysParams<'a>
impl<'a> Sync for SetShowContainerQueryOverlaysParams<'a>
impl<'a> Unpin for SetShowContainerQueryOverlaysParams<'a>
impl<'a> UnsafeUnpin for SetShowContainerQueryOverlaysParams<'a>
impl<'a> UnwindSafe for SetShowContainerQueryOverlaysParams<'a>
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