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