pub struct AllocCheckStatusBuilder { /* private fields */ }
Expand description
Builder for AllocCheckStatus
.
Implementations§
Source§impl AllocCheckStatusBuilder
impl AllocCheckStatusBuilder
pub fn group(&mut self, value: String) -> &mut Self
pub fn mode(&mut self, value: String) -> &mut Self
pub fn task(&mut self, value: String) -> &mut Self
pub fn id(&mut self, value: String) -> &mut Self
pub fn output(&mut self, value: String) -> &mut Self
pub fn service(&mut self, value: String) -> &mut Self
pub fn status(&mut self, value: String) -> &mut Self
pub fn status_code(&mut self, value: i64) -> &mut Self
pub fn timestamp(&mut self, value: i64) -> &mut Self
pub fn check(&mut self, value: String) -> &mut Self
Sourcepub fn build(&self) -> Result<AllocCheckStatus, AllocCheckStatusBuilderError>
pub fn build(&self) -> Result<AllocCheckStatus, AllocCheckStatusBuilderError>
Trait Implementations§
Source§impl Clone for AllocCheckStatusBuilder
impl Clone for AllocCheckStatusBuilder
Source§fn clone(&self) -> AllocCheckStatusBuilder
fn clone(&self) -> AllocCheckStatusBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AllocCheckStatusBuilder
impl RefUnwindSafe for AllocCheckStatusBuilder
impl Send for AllocCheckStatusBuilder
impl Sync for AllocCheckStatusBuilder
impl Unpin for AllocCheckStatusBuilder
impl UnwindSafe for AllocCheckStatusBuilder
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