#[non_exhaustive]pub struct InternalFailureData { /* private fields */ }Implementations§
source§impl InternalFailureData
impl InternalFailureData
pub fn unique_identifier(&self) -> Option<&str>
source§impl InternalFailureData
impl InternalFailureData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InternalFailureData.
Trait Implementations§
source§impl Clone for InternalFailureData
impl Clone for InternalFailureData
source§fn clone(&self) -> InternalFailureData
fn clone(&self) -> InternalFailureData
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 moresource§impl Debug for InternalFailureData
impl Debug for InternalFailureData
source§impl PartialEq for InternalFailureData
impl PartialEq for InternalFailureData
source§fn eq(&self, other: &InternalFailureData) -> bool
fn eq(&self, other: &InternalFailureData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InternalFailureData
Auto Trait Implementations§
impl RefUnwindSafe for InternalFailureData
impl Send for InternalFailureData
impl Sync for InternalFailureData
impl Unpin for InternalFailureData
impl UnwindSafe for InternalFailureData
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