pub enum AdminGetJwksError {
DefaultResponse(Status),
UnknownValue(Value),
}Expand description
struct for typed errors of method admin_get_jwks
Variants§
Trait Implementations§
Source§impl Clone for AdminGetJwksError
impl Clone for AdminGetJwksError
Source§fn clone(&self) -> AdminGetJwksError
fn clone(&self) -> AdminGetJwksError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdminGetJwksError
impl Debug for AdminGetJwksError
Source§impl<'de> Deserialize<'de> for AdminGetJwksError
impl<'de> Deserialize<'de> for AdminGetJwksError
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
Auto Trait Implementations§
impl Freeze for AdminGetJwksError
impl RefUnwindSafe for AdminGetJwksError
impl Send for AdminGetJwksError
impl Sync for AdminGetJwksError
impl Unpin for AdminGetJwksError
impl UnsafeUnpin for AdminGetJwksError
impl UnwindSafe for AdminGetJwksError
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