pub struct JsDecode;Expand description
JavaScript decode transformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsDecode
impl RefUnwindSafe for JsDecode
impl Send for JsDecode
impl Sync for JsDecode
impl Unpin for JsDecode
impl UnwindSafe for JsDecode
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