pub struct Data<T: ?Sized>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: ?Sized + 'static> FromTypeMap<'_> for Data<T>
impl<T: ?Sized + 'static> FromTypeMap<'_> for Data<T>
fn from_type_map(type_map: &TypeMap) -> Self
Auto Trait Implementations§
impl<T> Freeze for Data<T>where
T: ?Sized,
impl<T> RefUnwindSafe for Data<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for Data<T>
impl<T> Sync for Data<T>
impl<T> Unpin for Data<T>where
T: ?Sized,
impl<T> UnwindSafe for Data<T>where
T: RefUnwindSafe + ?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