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§
Source§impl<'a> PfAlertProps<'a>
impl<'a> PfAlertProps<'a>
Trait Implementations§
Source§impl<'a> Properties for PfAlertProps<'a>
impl<'a> Properties for PfAlertProps<'a>
Auto Trait Implementations§
impl<'a> !Freeze for PfAlertProps<'a>
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§
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