pub struct StringToHashBucketFast { /* private fields */ }
Expand description
Builder for the StringToHashBucketFast
operation.
Implementations§
Source§impl StringToHashBucketFast
impl StringToHashBucketFast
Sourcepub fn num_buckets<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_buckets<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_buckets
attribute.
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 StringToHashBucketFast
impl Debug for StringToHashBucketFast
Source§impl Default for StringToHashBucketFast
impl Default for StringToHashBucketFast
Source§fn default() -> StringToHashBucketFast
fn default() -> StringToHashBucketFast
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringToHashBucketFast
impl RefUnwindSafe for StringToHashBucketFast
impl Send for StringToHashBucketFast
impl Sync for StringToHashBucketFast
impl Unpin for StringToHashBucketFast
impl UnwindSafe for StringToHashBucketFast
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