pub struct ConditionBody { /* private fields */ }
Trait Implementations§
Source§impl Clone for ConditionBody
impl Clone for ConditionBody
Source§fn clone(&self) -> ConditionBody
fn clone(&self) -> ConditionBody
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 moreSource§impl SimpleCodeGen for ConditionBody
impl SimpleCodeGen for ConditionBody
Auto Trait Implementations§
impl Freeze for ConditionBody
impl RefUnwindSafe for ConditionBody
impl Send for ConditionBody
impl Sync for ConditionBody
impl Unpin for ConditionBody
impl UnwindSafe for ConditionBody
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