pub struct SamlError {
pub message: String,
pub long_message: String,
pub code: String,
pub meta: Option<Value>,
pub clerk_trace_id: Option<String>,
}Fields§
§message: String§long_message: String§code: String§meta: Option<Value>§clerk_trace_id: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SamlError
impl<'de> Deserialize<'de> for SamlError
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 SamlError
Auto Trait Implementations§
impl Freeze for SamlError
impl RefUnwindSafe for SamlError
impl Send for SamlError
impl Sync for SamlError
impl Unpin for SamlError
impl UnwindSafe for SamlError
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