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