pub struct Lhs {
pub var_name: String,
pub transformations: Vec<LhsTransformations>,
}
Fields§
§var_name: String
§transformations: Vec<LhsTransformations>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lhs
impl RefUnwindSafe for Lhs
impl Send for Lhs
impl Sync for Lhs
impl Unpin for Lhs
impl UnwindSafe for Lhs
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