Struct mcvm_parse::conditions::Condition
source · pub struct Condition {
pub kind: ConditionKind,
}Expand description
A condition that checks some property to create a boolean answer
Fields§
§kind: ConditionKindWhat kind of condition this is
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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