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