pub struct WSeo(/* private fields */);Available on crate feature
wasm only.Expand description
A page’s SEO metadata block, usable from JavaScript.
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for WSeo
impl FromWasmAbi for WSeo
Source§impl IntoWasmAbi for WSeo
impl IntoWasmAbi for WSeo
Source§impl LongRefFromWasmAbi for WSeo
impl LongRefFromWasmAbi for WSeo
Source§impl OptionFromWasmAbi for WSeo
impl OptionFromWasmAbi for WSeo
Source§impl OptionIntoWasmAbi for WSeo
impl OptionIntoWasmAbi for WSeo
Source§impl RefFromWasmAbi for WSeo
impl RefFromWasmAbi for WSeo
Source§type Abi = WasmPtr<WasmRefCell<WSeo>>
type Abi = WasmPtr<WasmRefCell<WSeo>>
The Wasm ABI type references to
Self are recovered from.Source§impl RefMutFromWasmAbi for WSeo
impl RefMutFromWasmAbi for WSeo
impl SupportsConstructor for WSeo
impl SupportsInstanceProperty for WSeo
impl SupportsStaticProperty for WSeo
Source§impl TryFromJsValue for WSeo
impl TryFromJsValue for WSeo
Source§impl VectorFromWasmAbi for WSeo
impl VectorFromWasmAbi for WSeo
Source§impl VectorIntoWasmAbi for WSeo
impl VectorIntoWasmAbi for WSeo
Auto Trait Implementations§
impl Freeze for WSeo
impl RefUnwindSafe for WSeo
impl Send for WSeo
impl Sync for WSeo
impl Unpin for WSeo
impl UnsafeUnpin for WSeo
impl UnwindSafe for WSeo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.