pub struct VarOutput {
pub dest: Variable,
}Fields§
§dest: VariableTrait Implementations§
impl Copy for VarOutput
impl Eq for VarOutput
impl StructuralPartialEq for VarOutput
Auto Trait Implementations§
impl Freeze for VarOutput
impl RefUnwindSafe for VarOutput
impl Send for VarOutput
impl Sync for VarOutput
impl Unpin for VarOutput
impl UnwindSafe for VarOutput
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