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