pub struct BrandProperties {
pub src: AttrValue,
pub alt: AttrValue,
pub style: AttrValue,
pub children: ChildrenWithProps<BrandSource>,
}Expand description
Properties for Brand
Fields§
§src: AttrValue§alt: AttrValue§style: AttrValueAdditional style
children: ChildrenWithProps<BrandSource>Trait Implementations§
Source§impl PartialEq for BrandProperties
impl PartialEq for BrandProperties
Source§impl Properties for BrandProperties
impl Properties for BrandProperties
impl StructuralPartialEq for BrandProperties
Auto Trait Implementations§
impl Freeze for BrandProperties
impl RefUnwindSafe for BrandProperties
impl !Send for BrandProperties
impl !Sync for BrandProperties
impl Unpin for BrandProperties
impl UnwindSafe for BrandProperties
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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.