pub struct ScatterNdUpdate { /* private fields */ }
Expand description
Builder for the ScatterNdUpdate
operation.
Implementations§
Source§impl ScatterNdUpdate
impl ScatterNdUpdate
Trait Implementations§
Source§impl Debug for ScatterNdUpdate
impl Debug for ScatterNdUpdate
Source§impl Default for ScatterNdUpdate
impl Default for ScatterNdUpdate
Source§fn default() -> ScatterNdUpdate
fn default() -> ScatterNdUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScatterNdUpdate
impl RefUnwindSafe for ScatterNdUpdate
impl Send for ScatterNdUpdate
impl Sync for ScatterNdUpdate
impl Unpin for ScatterNdUpdate
impl UnwindSafe for ScatterNdUpdate
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