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