pub struct ConditionState {
pub cond: Condition,
pub is_true: bool,
}
Fields§
§cond: Condition
§is_true: bool
Trait Implementations§
Source§impl Clone for ConditionState
impl Clone for ConditionState
Source§fn clone(&self) -> ConditionState
fn clone(&self) -> ConditionState
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 moreAuto Trait Implementations§
impl Freeze for ConditionState
impl RefUnwindSafe for ConditionState
impl Send for ConditionState
impl Sync for ConditionState
impl Unpin for ConditionState
impl UnwindSafe for ConditionState
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