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