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 Freeze for UnaryTests
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