pub struct ResolvedMutVariable {
pub variable_ref: ResolvedVariableRef,
}
Fields§
§variable_ref: ResolvedVariableRef
Trait Implementations§
Source§impl Debug for ResolvedMutVariable
impl Debug for ResolvedMutVariable
Auto Trait Implementations§
impl Freeze for ResolvedMutVariable
impl !RefUnwindSafe for ResolvedMutVariable
impl !Send for ResolvedMutVariable
impl !Sync for ResolvedMutVariable
impl Unpin for ResolvedMutVariable
impl !UnwindSafe for ResolvedMutVariable
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