[−][src]Struct boa::value::RcSymbol
Methods from Deref<Target = Symbol>
pub fn description(&self) -> Option<&str>[src]
Returns the Symbols description.
pub fn hash(&self) -> u64[src]
Returns the Symbols hash.
Trait Implementations
impl Clone for RcSymbol[src]
impl Debug for RcSymbol[src]
impl Deref for RcSymbol[src]
type Target = Symbol
The resulting type after dereferencing.
pub fn deref(&self) -> &Self::Target[src]
impl Display for RcSymbol[src]
impl Eq for RcSymbol[src]
impl Finalize for RcSymbol[src]
impl From<RcSymbol> for PropertyKey[src]
pub fn from(symbol: RcSymbol) -> PropertyKey[src]
impl From<RcSymbol> for Value[src]
impl From<Symbol> for RcSymbol[src]
impl Hash for RcSymbol[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for RcSymbol[src]
pub fn cmp(&self, other: &RcSymbol) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<RcSymbol> for RcSymbol[src]
impl PartialOrd<RcSymbol> for RcSymbol[src]
pub fn partial_cmp(&self, other: &RcSymbol) -> Option<Ordering>[src]
pub fn lt(&self, other: &RcSymbol) -> bool[src]
pub fn le(&self, other: &RcSymbol) -> bool[src]
pub fn gt(&self, other: &RcSymbol) -> bool[src]
pub fn ge(&self, other: &RcSymbol) -> bool[src]
impl StructuralEq for RcSymbol[src]
impl StructuralPartialEq for RcSymbol[src]
impl Trace for RcSymbol[src]
Auto Trait Implementations
impl !RefUnwindSafe for RcSymbol[src]
impl !Send for RcSymbol[src]
impl !Sync for RcSymbol[src]
impl Unpin for RcSymbol[src]
impl !UnwindSafe for RcSymbol[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> NativeObject for T where
T: Any + Debug + Trace, [src]
T: Any + Debug + Trace,
pub fn as_any(&Self) -> &(dyn Any + 'static)[src]
pub fn as_mut_any(&mut Self) -> &mut (dyn Any + 'static)[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,