pub struct GatherNd { /* private fields */ }
Expand description
Builder for the GatherNd
operation.
Implementations§
Source§impl GatherNd
impl GatherNd
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GatherNd
impl RefUnwindSafe for GatherNd
impl Send for GatherNd
impl Sync for GatherNd
impl Unpin for GatherNd
impl UnwindSafe for GatherNd
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