pub struct RuntimeErrorV3Preview {
pub code: PreviewErrorCodeV3,
pub message: String,
pub retryable: bool,
}Fields§
§code: PreviewErrorCodeV3§message: String§retryable: boolTrait Implementations§
Source§impl Clone for RuntimeErrorV3Preview
impl Clone for RuntimeErrorV3Preview
Source§fn clone(&self) -> RuntimeErrorV3Preview
fn clone(&self) -> RuntimeErrorV3Preview
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeErrorV3Preview
impl Debug for RuntimeErrorV3Preview
Source§impl<'de> Deserialize<'de> for RuntimeErrorV3Preview
impl<'de> Deserialize<'de> for RuntimeErrorV3Preview
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeErrorV3Preview
Source§impl PartialEq for RuntimeErrorV3Preview
impl PartialEq for RuntimeErrorV3Preview
Source§impl Serialize for RuntimeErrorV3Preview
impl Serialize for RuntimeErrorV3Preview
impl StructuralPartialEq for RuntimeErrorV3Preview
Auto Trait Implementations§
impl Freeze for RuntimeErrorV3Preview
impl RefUnwindSafe for RuntimeErrorV3Preview
impl Send for RuntimeErrorV3Preview
impl Sync for RuntimeErrorV3Preview
impl Unpin for RuntimeErrorV3Preview
impl UnsafeUnpin for RuntimeErrorV3Preview
impl UnwindSafe for RuntimeErrorV3Preview
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