pub enum ChapelIntent {
In,
Out,
InOut,
Ref,
Const,
ConstRef,
Param,
Type,
}Expand description
Intent for procedure parameters.
Variants§
Trait Implementations§
Source§impl Clone for ChapelIntent
impl Clone for ChapelIntent
Source§fn clone(&self) -> ChapelIntent
fn clone(&self) -> ChapelIntent
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 moreSource§impl Debug for ChapelIntent
impl Debug for ChapelIntent
Source§impl Display for ChapelIntent
impl Display for ChapelIntent
Source§impl PartialEq for ChapelIntent
impl PartialEq for ChapelIntent
impl StructuralPartialEq for ChapelIntent
Auto Trait Implementations§
impl Freeze for ChapelIntent
impl RefUnwindSafe for ChapelIntent
impl Send for ChapelIntent
impl Sync for ChapelIntent
impl Unpin for ChapelIntent
impl UnsafeUnpin for ChapelIntent
impl UnwindSafe for ChapelIntent
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