Struct savefile::IntrospectItemSimple
source · pub struct IntrospectItemSimple<'a> { /* private fields */ }
Expand description
Standard child for Introspect trait. Simply owned key string and reference to dyn Introspect
Trait Implementations§
source§impl<'a> IntrospectItem<'a> for IntrospectItemSimple<'a>
impl<'a> IntrospectItem<'a> for IntrospectItemSimple<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for IntrospectItemSimple<'a>
impl<'a> !Send for IntrospectItemSimple<'a>
impl<'a> !Sync for IntrospectItemSimple<'a>
impl<'a> Unpin for IntrospectItemSimple<'a>
impl<'a> !UnwindSafe for IntrospectItemSimple<'a>
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