pub struct ForParseResult<T: ConvertInfo> {
pub value: T::JsExpression,
pub key: Option<T::JsExpression>,
pub index: Option<T::JsExpression>,
}Fields§
§value: T::JsExpression§key: Option<T::JsExpression>§index: Option<T::JsExpression>Trait Implementations§
Source§impl<T: ConvertInfo> Serialize for ForParseResult<T>where
T::JsExpression: Serialize,
impl<T: ConvertInfo> Serialize for ForParseResult<T>where
T::JsExpression: Serialize,
Auto Trait Implementations§
impl<T> Freeze for ForParseResult<T>
impl<T> RefUnwindSafe for ForParseResult<T>
impl<T> Send for ForParseResult<T>
impl<T> Sync for ForParseResult<T>
impl<T> Unpin for ForParseResult<T>
impl<T> UnwindSafe for ForParseResult<T>
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