pub struct AlertIconProps { /* private fields */ }
Implementations§
Source§impl AlertIconProps
impl AlertIconProps
Sourcepub fn builder() -> AlertIconPropsBuilder<((),)>
pub fn builder() -> AlertIconPropsBuilder<((),)>
Create a builder for building AlertIconProps
.
On the builder, call .kind(...)
to set the values of the fields.
Finally, call .build()
to create the instance of AlertIconProps
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlertIconProps
impl RefUnwindSafe for AlertIconProps
impl Send for AlertIconProps
impl Sync for AlertIconProps
impl Unpin for AlertIconProps
impl UnwindSafe for AlertIconProps
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