struct RegisterArgs<'a, 'b> {
name: &'a str,
source: &'b str,
content_script: bool,
}Fields§
§name: &'a str§source: &'b str§content_script: boolTrait Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for RegisterArgs<'a, 'b>
impl<'a, 'b> RefUnwindSafe for RegisterArgs<'a, 'b>
impl<'a, 'b> Send for RegisterArgs<'a, 'b>
impl<'a, 'b> Sync for RegisterArgs<'a, 'b>
impl<'a, 'b> Unpin for RegisterArgs<'a, 'b>
impl<'a, 'b> UnwindSafe for RegisterArgs<'a, 'b>
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