pub struct ConstTYPENAMES;
Implementations§
Source§impl ConstTYPENAMES
impl ConstTYPENAMES
pub fn const_value() -> BTreeMap<TTypeId, String>
Auto Trait Implementations§
impl Freeze for ConstTYPENAMES
impl RefUnwindSafe for ConstTYPENAMES
impl Send for ConstTYPENAMES
impl Sync for ConstTYPENAMES
impl Unpin for ConstTYPENAMES
impl UnwindSafe for ConstTYPENAMES
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