pub struct JsException {
pub msg: String,
}Fields§
§msg: StringImplementations§
Source§impl JsException
impl JsException
pub fn new(msg: String) -> JsException
Trait Implementations§
Source§impl Clone for JsException
impl Clone for JsException
Source§fn clone(&self) -> JsException
fn clone(&self) -> JsException
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for JsException
impl RefUnwindSafe for JsException
impl Send for JsException
impl Sync for JsException
impl Unpin for JsException
impl UnwindSafe for JsException
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