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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ASTLoopType
Source§impl Debug for ASTLoopType
impl Debug for ASTLoopType
impl Eq for ASTLoopType
Source§impl PartialEq for ASTLoopType
impl PartialEq for ASTLoopType
Source§fn eq(&self, other: &ASTLoopType) -> bool
fn eq(&self, other: &ASTLoopType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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