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