pub struct LosMilestoneErrorSchema {
pub application_id: Option<String>,
pub code: Option<f64>,
pub reason: Option<String>,
}
Fields§
§application_id: Option<String>
The UUID of the application in Blend’s system. The static identifier that should be used to connect the application’s identity across Blend and external integrations.
code: Option<f64>
§reason: Option<String>
Trait Implementations§
Source§impl Debug for LosMilestoneErrorSchema
impl Debug for LosMilestoneErrorSchema
Source§impl<'de> Deserialize<'de> for LosMilestoneErrorSchema
impl<'de> Deserialize<'de> for LosMilestoneErrorSchema
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
Source§impl Display for LosMilestoneErrorSchema
impl Display for LosMilestoneErrorSchema
Auto Trait Implementations§
impl Freeze for LosMilestoneErrorSchema
impl RefUnwindSafe for LosMilestoneErrorSchema
impl Send for LosMilestoneErrorSchema
impl Sync for LosMilestoneErrorSchema
impl Unpin for LosMilestoneErrorSchema
impl UnwindSafe for LosMilestoneErrorSchema
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