pub struct MutAccess<'a> {
pub reflect: ReflectMut<'a>,
pub functions: &'static [Function],
}
Expand description
MutAccess adds function call information over ReflectMut
.
Fields§
§reflect: ReflectMut<'a>
§functions: &'static [Function]
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MutAccess<'a>
impl<'a> !RefUnwindSafe for MutAccess<'a>
impl<'a> !Send for MutAccess<'a>
impl<'a> !Sync for MutAccess<'a>
impl<'a> Unpin for MutAccess<'a>
impl<'a> !UnwindSafe for MutAccess<'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