pub struct Builder<T>(/* private fields */);Expand description
A builder for ResolutionFailureMessageFields
Implementations§
Source§impl Builder<ChecklistTitleStage>
impl Builder<ChecklistTitleStage>
Sourcepub fn checklist_title(
self,
checklist_title: impl Into<String>,
) -> Builder<AssetTitleStage>
pub fn checklist_title( self, checklist_title: impl Into<String>, ) -> Builder<AssetTitleStage>
Sets the checklist_title field.
Source§impl Builder<AssetTitleStage>
impl Builder<AssetTitleStage>
Sourcepub fn asset_title(
self,
asset_title: impl Into<String>,
) -> Builder<ChecklistRidStage>
pub fn asset_title( self, asset_title: impl Into<String>, ) -> Builder<ChecklistRidStage>
Sets the asset_title field.
Source§impl Builder<ChecklistRidStage>
impl Builder<ChecklistRidStage>
Sourcepub fn checklist_rid(
self,
checklist_rid: ChecklistRid,
) -> Builder<AssetRidStage>
pub fn checklist_rid( self, checklist_rid: ChecklistRid, ) -> Builder<AssetRidStage>
Sets the checklist_rid field.
Source§impl Builder<AssetRidStage>
impl Builder<AssetRidStage>
Sourcepub fn asset_rid(self, asset_rid: AssetRid) -> Builder<UnresolvedChecksStage>
pub fn asset_rid(self, asset_rid: AssetRid) -> Builder<UnresolvedChecksStage>
Sets the asset_rid field.
Source§impl Builder<UnresolvedChecksStage>
impl Builder<UnresolvedChecksStage>
Sourcepub fn unresolved_checks(
self,
unresolved_checks: i32,
) -> Builder<TotalChecksStage>
pub fn unresolved_checks( self, unresolved_checks: i32, ) -> Builder<TotalChecksStage>
Sets the unresolved_checks field.
Source§impl Builder<TotalChecksStage>
impl Builder<TotalChecksStage>
Sourcepub fn total_checks(self, total_checks: i32) -> Builder<Complete>
pub fn total_checks(self, total_checks: i32) -> Builder<Complete>
Sets the total_checks field.
Source§impl Builder<Complete>
impl Builder<Complete>
Sourcepub fn checklist_title(self, checklist_title: impl Into<String>) -> Self
pub fn checklist_title(self, checklist_title: impl Into<String>) -> Self
Sets the checklist_title field.
Sourcepub fn asset_title(self, asset_title: impl Into<String>) -> Self
pub fn asset_title(self, asset_title: impl Into<String>) -> Self
Sets the asset_title field.
Sourcepub fn checklist_rid(self, checklist_rid: ChecklistRid) -> Self
pub fn checklist_rid(self, checklist_rid: ChecklistRid) -> Self
Sets the checklist_rid field.
Sourcepub fn unresolved_checks(self, unresolved_checks: i32) -> Self
pub fn unresolved_checks(self, unresolved_checks: i32) -> Self
Sets the unresolved_checks field.
Sourcepub fn total_checks(self, total_checks: i32) -> Self
pub fn total_checks(self, total_checks: i32) -> Self
Sets the total_checks field.
Sourcepub fn push_labels(self, labels: impl Into<String>) -> Self
pub fn push_labels(self, labels: impl Into<String>) -> Self
Adds a value to the labels field.
Sourcepub fn labels(self, labels: impl IntoIterator<Item = impl Into<String>>) -> Self
pub fn labels(self, labels: impl IntoIterator<Item = impl Into<String>>) -> Self
Sets the labels field.
Sourcepub fn extend_labels(
self,
labels: impl IntoIterator<Item = impl Into<String>>,
) -> Self
pub fn extend_labels( self, labels: impl IntoIterator<Item = impl Into<String>>, ) -> Self
Adds values to the labels field.
Sourcepub fn build(self) -> ResolutionFailureMessageFields
pub fn build(self) -> ResolutionFailureMessageFields
Consumes the builder, returning a ResolutionFailureMessageFields.
Trait Implementations§
Source§impl Default for Builder<ChecklistTitleStage>
impl Default for Builder<ChecklistTitleStage>
Source§impl From<ResolutionFailureMessageFields> for Builder<Complete>
impl From<ResolutionFailureMessageFields> for Builder<Complete>
Source§fn from(v: ResolutionFailureMessageFields) -> Self
fn from(v: ResolutionFailureMessageFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> Freeze for Builder<T>where
T: Freeze,
impl<T> RefUnwindSafe for Builder<T>where
T: RefUnwindSafe,
impl<T> Send for Builder<T>where
T: Send,
impl<T> Sync for Builder<T>where
T: Sync,
impl<T> Unpin for Builder<T>where
T: Unpin,
impl<T> UnwindSafe for Builder<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request