Struct saml_rs::AuthnDecodeError
source · [−]pub struct AuthnDecodeError {
pub message: String,
}
Expand description
Custom error for failing to parse an AuthN request
Fields
message: String
Error message
Implementations
sourceimpl AuthnDecodeError
impl AuthnDecodeError
sourcepub fn new(message: String) -> AuthnDecodeError
pub fn new(message: String) -> AuthnDecodeError
Generatin’ a new AuthDecodeError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthnDecodeError
impl Send for AuthnDecodeError
impl Sync for AuthnDecodeError
impl Unpin for AuthnDecodeError
impl UnwindSafe for AuthnDecodeError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more