pub struct ScalewayApiError {
pub message: String,
pub resource: Option<String>,
pub resource_id: Option<String>,
pub etype: String,
}
Fields§
§message: String
§resource: Option<String>
§resource_id: Option<String>
§etype: String
Trait Implementations§
Source§impl Debug for ScalewayApiError
impl Debug for ScalewayApiError
Source§impl<'de> Deserialize<'de> for ScalewayApiError
impl<'de> Deserialize<'de> for ScalewayApiError
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
Auto Trait Implementations§
impl Freeze for ScalewayApiError
impl RefUnwindSafe for ScalewayApiError
impl Send for ScalewayApiError
impl Sync for ScalewayApiError
impl Unpin for ScalewayApiError
impl UnwindSafe for ScalewayApiError
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