Struct patternfly_dioxus::PfAlertProps
source · [−]pub struct PfAlertProps<'a> {
pub variation: Option<Variation>,
pub title: Option<&'a str>,
pub children: Element<'a>,
}Fields
variation: Option<Variation>title: Option<&'a str>children: Element<'a>Implementations
sourceimpl<'a> PfAlertProps<'a>
impl<'a> PfAlertProps<'a>
Trait Implementations
sourceimpl<'a> Properties for PfAlertProps<'a>
impl<'a> Properties for PfAlertProps<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PfAlertProps<'a>
impl<'a> !Send for PfAlertProps<'a>
impl<'a> !Sync for PfAlertProps<'a>
impl<'a> Unpin for PfAlertProps<'a>
impl<'a> !UnwindSafe for PfAlertProps<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more