pub struct AttestationBuilderError { /* private fields */ }
Expand description
Error for AttestationBuilder
.
Implementations§
Source§impl AttestationBuilderError
impl AttestationBuilderError
Sourcepub fn is_request(&self) -> bool
pub fn is_request(&self) -> bool
Returns whether the error originates from a bad request.
Trait Implementations§
Source§impl Debug for AttestationBuilderError
impl Debug for AttestationBuilderError
Source§impl Display for AttestationBuilderError
impl Display for AttestationBuilderError
Source§impl Error for AttestationBuilderError
impl Error for AttestationBuilderError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for AttestationBuilderError
impl !RefUnwindSafe for AttestationBuilderError
impl Send for AttestationBuilderError
impl Sync for AttestationBuilderError
impl Unpin for AttestationBuilderError
impl !UnwindSafe for AttestationBuilderError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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