pub struct PrintV2 { /* private fields */ }
Expand description
Builder for the PrintV2
operation.
Implementations§
Source§impl PrintV2
impl PrintV2
Sourcepub fn output_stream<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn output_stream<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the output_stream
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§
Auto Trait Implementations§
impl Freeze for PrintV2
impl RefUnwindSafe for PrintV2
impl Send for PrintV2
impl Sync for PrintV2
impl Unpin for PrintV2
impl UnwindSafe for PrintV2
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