pub enum JSResult {
String(String),
}Variants§
Auto Trait Implementations§
impl Freeze for JSResult
impl RefUnwindSafe for JSResult
impl Send for JSResult
impl Sync for JSResult
impl Unpin for JSResult
impl UnsafeUnpin for JSResult
impl UnwindSafe for JSResult
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