pub enum ClientRegistrationErrorCode {
InvalidRedirectUri,
InvalidClientMetadata,
InvalidSoftwareStatement,
UnapprovedSoftwareStatement,
}Expand description
Client Registration Error Codes (RFC 7591)
Variants§
InvalidRedirectUri
The value of one or more redirect_uris is invalid
InvalidClientMetadata
The value of one of the client metadata fields is invalid
InvalidSoftwareStatement
The software statement presented is invalid
UnapprovedSoftwareStatement
The software statement cannot be checked
Trait Implementations§
Source§impl Clone for ClientRegistrationErrorCode
impl Clone for ClientRegistrationErrorCode
Source§fn clone(&self) -> ClientRegistrationErrorCode
fn clone(&self) -> ClientRegistrationErrorCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClientRegistrationErrorCode
impl Debug for ClientRegistrationErrorCode
Source§impl<'de> Deserialize<'de> for ClientRegistrationErrorCode
impl<'de> Deserialize<'de> for ClientRegistrationErrorCode
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 Eq for ClientRegistrationErrorCode
impl StructuralPartialEq for ClientRegistrationErrorCode
Auto Trait Implementations§
impl Freeze for ClientRegistrationErrorCode
impl RefUnwindSafe for ClientRegistrationErrorCode
impl Send for ClientRegistrationErrorCode
impl Sync for ClientRegistrationErrorCode
impl Unpin for ClientRegistrationErrorCode
impl UnwindSafe for ClientRegistrationErrorCode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.