pub struct RuntimeDir<T: ConvertInfo> {
pub name: T::JsExpression,
pub expr: Option<T::JsExpression>,
pub arg: Option<T::JsExpression>,
pub mods: Option<T::JsExpression>,
}
Fields§
§name: T::JsExpression
§expr: Option<T::JsExpression>
§arg: Option<T::JsExpression>
§mods: Option<T::JsExpression>
Trait Implementations§
Source§impl<T: ConvertInfo> Serialize for RuntimeDir<T>where
T::JsExpression: Serialize,
impl<T: ConvertInfo> Serialize for RuntimeDir<T>where
T::JsExpression: Serialize,
Auto Trait Implementations§
impl<T> Freeze for RuntimeDir<T>
impl<T> RefUnwindSafe for RuntimeDir<T>
impl<T> Send for RuntimeDir<T>
impl<T> Sync for RuntimeDir<T>
impl<T> Unpin for RuntimeDir<T>
impl<T> UnwindSafe for RuntimeDir<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