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