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