pub struct RepeatStat {
pub cond: Expr,
pub block: Block,
}
Fields§
§cond: Expr
§block: Block
Trait Implementations§
Source§impl Clone for RepeatStat
impl Clone for RepeatStat
Source§fn clone(&self) -> RepeatStat
fn clone(&self) -> RepeatStat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RepeatStat
impl Debug for RepeatStat
Source§impl PartialEq for RepeatStat
impl PartialEq for RepeatStat
impl StructuralPartialEq for RepeatStat
Auto Trait Implementations§
impl Freeze for RepeatStat
impl RefUnwindSafe for RepeatStat
impl Send for RepeatStat
impl Sync for RepeatStat
impl Unpin for RepeatStat
impl UnwindSafe for RepeatStat
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