pub(crate) struct AddScriptTagArgs<'a, 'b, 'c> {
content: &'a str,
pub(crate) url: Option<&'b str>,
pub(crate) type: Option<&'c str>,
}Fields§
§content: &'a str§url: Option<&'b str>§type: Option<&'c str>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, 'c> Freeze for AddScriptTagArgs<'a, 'b, 'c>
impl<'a, 'b, 'c> RefUnwindSafe for AddScriptTagArgs<'a, 'b, 'c>
impl<'a, 'b, 'c> Send for AddScriptTagArgs<'a, 'b, 'c>
impl<'a, 'b, 'c> Sync for AddScriptTagArgs<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for AddScriptTagArgs<'a, 'b, 'c>
impl<'a, 'b, 'c> UnwindSafe for AddScriptTagArgs<'a, 'b, 'c>
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