Enum react_html::NumOrStr
source · [−]Variants
Num(f64)
Str(&'a str)
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for NumOrStr<'a>
impl<'a> Send for NumOrStr<'a>
impl<'a> Sync for NumOrStr<'a>
impl<'a> Unpin for NumOrStr<'a>
impl<'a> UnwindSafe for NumOrStr<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more