Struct webkit2gtk::JavascriptResult
source · [−]#[repr(transparent)]pub struct JavascriptResult { /* private fields */ }
Expand description
Result of JavaScript evaluation in a web view.
Implementations
sourceimpl JavascriptResult
impl JavascriptResult
pub fn as_ptr(&self) -> *mut WebKitJavascriptResult
sourceimpl JavascriptResult
impl JavascriptResult
sourcepub fn global_context(&self) -> Option<GlobalContextRef>
👎Deprecated: Since 2.22
pub fn global_context(&self) -> Option<GlobalContextRef>
Get the global Javascript context.
Get the global Javascript context that should be used with the
<function>
JSValueRef</function>
returned by value()
.
Deprecated since 2.22
Use jsc_value_get_context()
instead.
Returns
the <function>
JSGlobalContextRef</function>
for the JavascriptResult
sourcepub fn value(&self) -> Option<ValueRef>
👎Deprecated: Since 2.22
pub fn value(&self) -> Option<ValueRef>
Get the value of self
.
You should use the <function>
JSGlobalContextRef</function>
returned by global_context()
to use the <function>
JSValueRef</function>
.
Deprecated since 2.22
Use js_value()
instead.
Returns
the <function>
JSValueRef</function>
of the JavascriptResult
Trait Implementations
sourceimpl Clone for JavascriptResult
impl Clone for JavascriptResult
sourceimpl Debug for JavascriptResult
impl Debug for JavascriptResult
sourceimpl Hash for JavascriptResult
impl Hash for JavascriptResult
sourceimpl Ord for JavascriptResult
impl Ord for JavascriptResult
sourcefn cmp(&self, other: &JavascriptResult) -> Ordering
fn cmp(&self, other: &JavascriptResult) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<JavascriptResult> for JavascriptResult
impl PartialEq<JavascriptResult> for JavascriptResult
sourcefn eq(&self, other: &JavascriptResult) -> bool
fn eq(&self, other: &JavascriptResult) -> bool
sourceimpl PartialOrd<JavascriptResult> for JavascriptResult
impl PartialOrd<JavascriptResult> for JavascriptResult
sourcefn partial_cmp(&self, other: &JavascriptResult) -> Option<Ordering>
fn partial_cmp(&self, other: &JavascriptResult) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl StaticType for JavascriptResult
impl StaticType for JavascriptResult
sourcefn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for JavascriptResult
impl StructuralEq for JavascriptResult
impl StructuralPartialEq for JavascriptResult
Auto Trait Implementations
impl RefUnwindSafe for JavascriptResult
impl !Send for JavascriptResult
impl !Sync for JavascriptResult
impl Unpin for JavascriptResult
impl UnwindSafe for JavascriptResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
sourcefn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.