pub struct JSPlugin {
pub name: String,
}Expand description
JavaScript plugin
Fields§
§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for JSPlugin
impl RefUnwindSafe for JSPlugin
impl Send for JSPlugin
impl Sync for JSPlugin
impl Unpin for JSPlugin
impl UnwindSafe for JSPlugin
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