pub struct GetStringError<'a> {
pub error: Error,
pub written: &'a str,
pub actual_length: usize,
}
Fields§
§error: Error
§written: &'a str
§actual_length: usize
Auto Trait Implementations§
impl<'a> Freeze for GetStringError<'a>
impl<'a> RefUnwindSafe for GetStringError<'a>
impl<'a> Send for GetStringError<'a>
impl<'a> Sync for GetStringError<'a>
impl<'a> Unpin for GetStringError<'a>
impl<'a> UnwindSafe for GetStringError<'a>
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