pub struct KeysetClient {
pub id: Uuid,
pub keyset_id: ClientKeysetId,
pub name: String,
pub description: String,
}
Expand description
Response type for a ListClientRequest.
Fields§
§id: Uuid
§keyset_id: ClientKeysetId
§name: String
§description: String
Trait Implementations§
Source§impl Debug for KeysetClient
impl Debug for KeysetClient
Source§impl<'de> Deserialize<'de> for KeysetClient
impl<'de> Deserialize<'de> for KeysetClient
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 KeysetClient
impl RefUnwindSafe for KeysetClient
impl Send for KeysetClient
impl Sync for KeysetClient
impl Unpin for KeysetClient
impl UnwindSafe for KeysetClient
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