pub struct FutharkScanExpr {
pub op: String,
pub neutral: String,
pub array: String,
}Expand description
Futhark scan expression
Fields§
§op: String§neutral: String§array: StringTrait Implementations§
Source§impl Clone for FutharkScanExpr
impl Clone for FutharkScanExpr
Source§fn clone(&self) -> FutharkScanExpr
fn clone(&self) -> FutharkScanExpr
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 FutharkScanExpr
impl Debug for FutharkScanExpr
Auto Trait Implementations§
impl Freeze for FutharkScanExpr
impl RefUnwindSafe for FutharkScanExpr
impl Send for FutharkScanExpr
impl Sync for FutharkScanExpr
impl Unpin for FutharkScanExpr
impl UnsafeUnpin for FutharkScanExpr
impl UnwindSafe for FutharkScanExpr
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