Struct read_structure::ErrorMessageParts
source · [−]pub struct ErrorMessageParts { /* private fields */ }Expand description
Helper struct for isolating the erroneous portion of a string.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorMessageParts
impl Send for ErrorMessageParts
impl Sync for ErrorMessageParts
impl Unpin for ErrorMessageParts
impl UnwindSafe for ErrorMessageParts
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more