pub struct ErrorMessageParts { /* private fields */ }
Expand description
Helper struct for isolating the erroneous portion of a string.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorMessageParts
impl RefUnwindSafe for ErrorMessageParts
impl Send for ErrorMessageParts
impl Sync for ErrorMessageParts
impl Unpin for ErrorMessageParts
impl UnwindSafe for ErrorMessageParts
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