pub struct TypedValueBase<T: ?Sized + 'static + Any = dyn Any + 'static>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<T> Freeze for TypedValueBase<T>where
T: ?Sized,
impl<T> RefUnwindSafe for TypedValueBase<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for TypedValueBase<T>
impl<T> Sync for TypedValueBase<T>
impl<T> Unpin for TypedValueBase<T>where
T: ?Sized,
impl<T> UnwindSafe for TypedValueBase<T>where
T: UnwindSafe + ?Sized,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more