pub struct FlexNodeHighlightConfig<'a> { /* private fields */ }Implementations§
Source§impl<'a> FlexNodeHighlightConfig<'a>
impl<'a> FlexNodeHighlightConfig<'a>
Sourcepub fn builder(
flex_container_highlight_config: FlexContainerHighlightConfig<'a>,
node_id: NodeId,
) -> FlexNodeHighlightConfigBuilder<'a>
pub fn builder( flex_container_highlight_config: FlexContainerHighlightConfig<'a>, node_id: NodeId, ) -> FlexNodeHighlightConfigBuilder<'a>
Creates a builder for this type with the required parameters:
flex_container_highlight_config: A descriptor for the highlight appearance of flex containers.node_id: Identifier of the node to highlight.
Sourcepub fn flex_container_highlight_config(
&self,
) -> &FlexContainerHighlightConfig<'a>
pub fn flex_container_highlight_config( &self, ) -> &FlexContainerHighlightConfig<'a>
A descriptor for the highlight appearance of flex containers.
Trait Implementations§
Source§impl<'a> Clone for FlexNodeHighlightConfig<'a>
impl<'a> Clone for FlexNodeHighlightConfig<'a>
Source§fn clone(&self) -> FlexNodeHighlightConfig<'a>
fn clone(&self) -> FlexNodeHighlightConfig<'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 FlexNodeHighlightConfig<'a>
impl<'a> Debug for FlexNodeHighlightConfig<'a>
Source§impl<'a> Default for FlexNodeHighlightConfig<'a>
impl<'a> Default for FlexNodeHighlightConfig<'a>
Source§fn default() -> FlexNodeHighlightConfig<'a>
fn default() -> FlexNodeHighlightConfig<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for FlexNodeHighlightConfig<'a>
impl<'de, 'a> Deserialize<'de> for FlexNodeHighlightConfig<'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 FlexNodeHighlightConfig<'a>
impl<'a> RefUnwindSafe for FlexNodeHighlightConfig<'a>
impl<'a> Send for FlexNodeHighlightConfig<'a>
impl<'a> Sync for FlexNodeHighlightConfig<'a>
impl<'a> Unpin for FlexNodeHighlightConfig<'a>
impl<'a> UnsafeUnpin for FlexNodeHighlightConfig<'a>
impl<'a> UnwindSafe for FlexNodeHighlightConfig<'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