pub struct ParseNullError {
pub message: String,
}
Fields§
§message: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseNullError
impl RefUnwindSafe for ParseNullError
impl Send for ParseNullError
impl Sync for ParseNullError
impl Unpin for ParseNullError
impl UnwindSafe for ParseNullError
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