pub enum ASTLoopType {
Error,
Default,
Atomic,
Unroll,
Separate,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ASTLoopType
impl Clone for ASTLoopType
Source§fn clone(&self) -> ASTLoopType
fn clone(&self) -> ASTLoopType
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 ASTLoopType
impl Debug for ASTLoopType
Source§impl PartialEq for ASTLoopType
impl PartialEq for ASTLoopType
impl Copy for ASTLoopType
impl Eq for ASTLoopType
impl StructuralPartialEq for ASTLoopType
Auto Trait Implementations§
impl Freeze for ASTLoopType
impl RefUnwindSafe for ASTLoopType
impl Send for ASTLoopType
impl Sync for ASTLoopType
impl Unpin for ASTLoopType
impl UnwindSafe for ASTLoopType
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