pub struct Iffunc {
pub condition: Value,
pub a: Value,
pub b: Value,
}
Fields§
§condition: Value
§a: Value
§b: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iffunc
impl RefUnwindSafe for Iffunc
impl Send for Iffunc
impl Sync for Iffunc
impl Unpin for Iffunc
impl UnwindSafe for Iffunc
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