[−][src]Struct ecmascript::rc_ref::RcRef
Methods
impl<T> RcRef<T>
[src][−]
pub fn new(val: T) -> Self
[src]
pub fn borrow(&self) -> Ref<T>
[src]
pub fn borrow_mut(&self) -> RefMut<T>
[src]
Trait Implementations
impl PartialEq<RcRef<String>> for StringRef
[src][+]
impl PartialEq<RcRef<Symbol>> for SymbolRef
[src][+]
impl PartialEq<RcRef<BigInt>> for BigIntRef
[src][+]
impl PartialEq<RcRef<BigUint>> for BigUintRef
[src][+]
impl PartialEq<RcRef<Complex<f32>>> for Complex32Ref
[src][+]
impl PartialEq<RcRef<Complex<f64>>> for Complex64Ref
[src][+]
impl PartialEq<RcRef<Object>> for ObjectRef
[src][+]
impl<T> Clone for RcRef<T>
[src][+]
impl<T: Debug> Debug for RcRef<T>
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,