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