Struct dsntk_model::UnaryTests
source · pub struct UnaryTests { /* private fields */ }Expand description
UnaryTests is used to model a boolean test, where the argument to be tested is implicit or denoted with a ?. Test is specified by text in some specified expression language.
Implementations§
source§impl UnaryTests
impl UnaryTests
sourcepub fn text(&self) -> &Option<String>
pub fn text(&self) -> &Option<String>
Returns reference to optional text of this UnaryTests.
sourcepub fn expression_language(&self) -> &Option<String>
pub fn expression_language(&self) -> &Option<String>
Returns reference to optional expression language used in this UnaryTests.
Trait Implementations§
source§impl Clone for UnaryTests
impl Clone for UnaryTests
source§fn clone(&self) -> UnaryTests
fn clone(&self) -> UnaryTests
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for UnaryTests
impl Send for UnaryTests
impl Sync for UnaryTests
impl Unpin for UnaryTests
impl UnwindSafe for UnaryTests
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