Enum wasm_react::ValueContainerRef
source · [−]#[non_exhaustive]
pub enum ValueContainerRef<'a, T> {
// some variants omitted
}
Expand description
Allows read-only access to the underlying value of ValueContainer
.
Implementations
sourceimpl<'a, T> ValueContainerRef<'a, T>
impl<'a, T> ValueContainerRef<'a, T>
Trait Implementations
sourceimpl<'a, T: Debug> Debug for ValueContainerRef<'a, T>
impl<'a, T: Debug> Debug for ValueContainerRef<'a, T>
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for ValueContainerRef<'a, T>
impl<'a, T> !Send for ValueContainerRef<'a, T>
impl<'a, T> !Sync for ValueContainerRef<'a, T>
impl<'a, T> Unpin for ValueContainerRef<'a, T>
impl<'a, T> !UnwindSafe for ValueContainerRef<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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