pub enum SetOAuth2ClientLifespansError {
DefaultResponse(GenericError),
UnknownValue(Value),
}Expand description
struct for typed errors of method set_o_auth2_client_lifespans
Variants§
DefaultResponse(GenericError)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for SetOAuth2ClientLifespansError
impl Clone for SetOAuth2ClientLifespansError
Source§fn clone(&self) -> SetOAuth2ClientLifespansError
fn clone(&self) -> SetOAuth2ClientLifespansError
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<'de> Deserialize<'de> for SetOAuth2ClientLifespansError
impl<'de> Deserialize<'de> for SetOAuth2ClientLifespansError
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 SetOAuth2ClientLifespansError
impl RefUnwindSafe for SetOAuth2ClientLifespansError
impl Send for SetOAuth2ClientLifespansError
impl Sync for SetOAuth2ClientLifespansError
impl Unpin for SetOAuth2ClientLifespansError
impl UnwindSafe for SetOAuth2ClientLifespansError
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