pub struct RandomShuffle { /* private fields */ }
Expand description
Builder for the RandomShuffle
operation.
Implementations§
Source§impl RandomShuffle
impl RandomShuffle
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for RandomShuffle
impl Debug for RandomShuffle
Source§impl Default for RandomShuffle
impl Default for RandomShuffle
Source§fn default() -> RandomShuffle
fn default() -> RandomShuffle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RandomShuffle
impl RefUnwindSafe for RandomShuffle
impl Send for RandomShuffle
impl Sync for RandomShuffle
impl Unpin for RandomShuffle
impl UnwindSafe for RandomShuffle
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