pub struct FutharkInPlaceUpdate {
pub array: String,
pub index: String,
pub value: String,
}Expand description
Futhark in-place update
Fields§
§array: String§index: String§value: StringTrait Implementations§
Source§impl Clone for FutharkInPlaceUpdate
impl Clone for FutharkInPlaceUpdate
Source§fn clone(&self) -> FutharkInPlaceUpdate
fn clone(&self) -> FutharkInPlaceUpdate
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 FutharkInPlaceUpdate
impl Debug for FutharkInPlaceUpdate
Auto Trait Implementations§
impl Freeze for FutharkInPlaceUpdate
impl RefUnwindSafe for FutharkInPlaceUpdate
impl Send for FutharkInPlaceUpdate
impl Sync for FutharkInPlaceUpdate
impl Unpin for FutharkInPlaceUpdate
impl UnsafeUnpin for FutharkInPlaceUpdate
impl UnwindSafe for FutharkInPlaceUpdate
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