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