Struct patternfly_yew::utils::ChildrenProperties
source · pub struct ChildrenProperties {
pub children: Html,
}Expand description
A properties structures which only has children.
Fields§
§children: HtmlTrait Implementations§
source§impl Clone for ChildrenProperties
impl Clone for ChildrenProperties
source§fn clone(&self) -> ChildrenProperties
fn clone(&self) -> ChildrenProperties
Returns a copy 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 Debug for ChildrenProperties
impl Debug for ChildrenProperties
source§impl From<ChildrenProperties> for CardBodyChild
impl From<ChildrenProperties> for CardBodyChild
source§fn from(props: ChildrenProperties) -> Self
fn from(props: ChildrenProperties) -> Self
Converts to this type from the input type.
source§impl From<ChildrenProperties> for FlexChild
impl From<ChildrenProperties> for FlexChild
source§fn from(props: ChildrenProperties) -> Self
fn from(props: ChildrenProperties) -> Self
Converts to this type from the input type.
source§impl From<ChildrenProperties> for MenuChild
impl From<ChildrenProperties> for MenuChild
source§fn from(props: ChildrenProperties) -> Self
fn from(props: ChildrenProperties) -> Self
Converts to this type from the input type.
source§impl PartialEq for ChildrenProperties
impl PartialEq for ChildrenProperties
source§fn eq(&self, other: &ChildrenProperties) -> bool
fn eq(&self, other: &ChildrenProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Properties for ChildrenProperties
impl Properties for ChildrenProperties
impl StructuralPartialEq for ChildrenProperties
Auto Trait Implementations§
impl !RefUnwindSafe for ChildrenProperties
impl !Send for ChildrenProperties
impl !Sync for ChildrenProperties
impl Unpin for ChildrenProperties
impl !UnwindSafe for ChildrenProperties
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.