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