pub struct PfToastProps<'a> {
pub timeout: Option<Duration>,
pub children: Element<'a>,
}Fields§
§timeout: Option<Duration>§children: Element<'a>Implementations§
Source§impl<'a> PfToastProps<'a>
impl<'a> PfToastProps<'a>
Trait Implementations§
Source§impl<'a> Properties for PfToastProps<'a>
impl<'a> Properties for PfToastProps<'a>
Auto Trait Implementations§
impl<'a> !Freeze for PfToastProps<'a>
impl<'a> !RefUnwindSafe for PfToastProps<'a>
impl<'a> !Send for PfToastProps<'a>
impl<'a> !Sync for PfToastProps<'a>
impl<'a> Unpin for PfToastProps<'a>
impl<'a> !UnwindSafe for PfToastProps<'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