pub struct FlowError {
pub created_at: Option<String>,
pub error: Option<Value>,
pub id: String,
pub updated_at: Option<String>,
}Fields§
§created_at: Option<String>CreatedAt is a helper struct field for gobuffalo.pop.
error: Option<Value>§id: StringID of the error container.
updated_at: Option<String>UpdatedAt is a helper struct field for gobuffalo.pop.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowError
impl<'de> Deserialize<'de> for FlowError
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 StructuralPartialEq for FlowError
Auto Trait Implementations§
impl Freeze for FlowError
impl RefUnwindSafe for FlowError
impl Send for FlowError
impl Sync for FlowError
impl Unpin for FlowError
impl UnwindSafe for FlowError
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