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