pub struct BlockedByResponseIssueDetailsBuilder { /* private fields */ }Expand description
Builder for BlockedByResponseIssueDetails.
Implementations§
Source§impl BlockedByResponseIssueDetailsBuilder
impl BlockedByResponseIssueDetailsBuilder
pub fn request<VALUE: Into<AffectedRequest>>( &mut self, value: VALUE, ) -> &mut Self
pub fn parent_frame<VALUE: Into<AffectedFrame>>( &mut self, value: VALUE, ) -> &mut Self
pub fn blocked_frame<VALUE: Into<AffectedFrame>>( &mut self, value: VALUE, ) -> &mut Self
pub fn reason<VALUE: Into<BlockedByResponseReason>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<BlockedByResponseIssueDetails, BlockedByResponseIssueDetailsBuilderError>
pub fn build( &self, ) -> Result<BlockedByResponseIssueDetails, BlockedByResponseIssueDetailsBuilderError>
Trait Implementations§
Source§impl Clone for BlockedByResponseIssueDetailsBuilder
impl Clone for BlockedByResponseIssueDetailsBuilder
Source§fn clone(&self) -> BlockedByResponseIssueDetailsBuilder
fn clone(&self) -> BlockedByResponseIssueDetailsBuilder
Returns a duplicate 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 BlockedByResponseIssueDetailsBuilder
impl RefUnwindSafe for BlockedByResponseIssueDetailsBuilder
impl Send for BlockedByResponseIssueDetailsBuilder
impl Sync for BlockedByResponseIssueDetailsBuilder
impl Unpin for BlockedByResponseIssueDetailsBuilder
impl UnsafeUnpin for BlockedByResponseIssueDetailsBuilder
impl UnwindSafe for BlockedByResponseIssueDetailsBuilder
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