pub struct ContainerQueryContainerHighlightConfigBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> ContainerQueryContainerHighlightConfigBuilder<'a>
Sourcepub fn containerBorder(self, containerBorder: LineStyle<'a>) -> Self
pub fn containerBorder(self, containerBorder: LineStyle<'a>) -> Self
The style of the container border.
Sourcepub fn descendantBorder(self, descendantBorder: LineStyle<'a>) -> Self
pub fn descendantBorder(self, descendantBorder: LineStyle<'a>) -> Self
The style of the descendants’ borders.
pub fn build(self) -> ContainerQueryContainerHighlightConfig<'a>
Trait Implementations§
Source§impl<'a> Default for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> Default for ContainerQueryContainerHighlightConfigBuilder<'a>
Source§fn default() -> ContainerQueryContainerHighlightConfigBuilder<'a>
fn default() -> ContainerQueryContainerHighlightConfigBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> RefUnwindSafe for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> Send for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> Sync for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> Unpin for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> UnsafeUnpin for ContainerQueryContainerHighlightConfigBuilder<'a>
impl<'a> UnwindSafe for ContainerQueryContainerHighlightConfigBuilder<'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