pub struct PreConditionEvaluatableInput;Implementations§
Source§impl PreConditionEvaluatableInput
impl PreConditionEvaluatableInput
pub fn new() -> impl EvaluatableInput
Trait Implementations§
Source§impl Clone for PreConditionEvaluatableInput
impl Clone for PreConditionEvaluatableInput
Source§fn clone(&self) -> PreConditionEvaluatableInput
fn clone(&self) -> PreConditionEvaluatableInput
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 PreConditionEvaluatableInput
impl EvaluatableInput for PreConditionEvaluatableInput
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 PreConditionEvaluatableInput
impl RefUnwindSafe for PreConditionEvaluatableInput
impl Send for PreConditionEvaluatableInput
impl Sync for PreConditionEvaluatableInput
impl Unpin for PreConditionEvaluatableInput
impl UnwindSafe for PreConditionEvaluatableInput
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