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