pub struct PostConditionEvaluatableInput;Implementations§
Source§impl PostConditionEvaluatableInput
impl PostConditionEvaluatableInput
pub fn new() -> impl EvaluatableInput
Trait Implementations§
Source§impl Clone for PostConditionEvaluatableInput
impl Clone for PostConditionEvaluatableInput
Source§fn clone(&self) -> PostConditionEvaluatableInput
fn clone(&self) -> PostConditionEvaluatableInput
Returns a duplicate 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 moreSource§impl EvaluatableInput for PostConditionEvaluatableInput
impl EvaluatableInput for PostConditionEvaluatableInput
fn documentation(&self) -> String
fn optional(&self) -> bool
fn typing(&self) -> &Type
fn name(&self) -> String
fn as_object(&self) -> Option<&ObjectDefinition>
fn as_array(&self) -> Option<&Box<Type>>
fn as_action(&self) -> Option<&String>
fn as_map(&self) -> Option<&ObjectDefinition>
Auto Trait Implementations§
impl Freeze for PostConditionEvaluatableInput
impl RefUnwindSafe for PostConditionEvaluatableInput
impl Send for PostConditionEvaluatableInput
impl Sync for PostConditionEvaluatableInput
impl Unpin for PostConditionEvaluatableInput
impl UnwindSafe for PostConditionEvaluatableInput
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