pub struct GetByOrgApiKeys200ResponseApiKeysInner {
pub id: Option<String>,
pub name: Option<String>,
pub scopes: Vec<String>,
pub last_used_at: Option<String>,
pub expires_at: Option<String>,
pub revoked_at: Option<String>,
pub created_at: Option<String>,
}Fields§
§id: Option<String>§name: Option<String>§scopes: Vec<String>§last_used_at: Option<String>§expires_at: Option<String>§revoked_at: Option<String>§created_at: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetByOrgApiKeys200ResponseApiKeysInner
impl Clone for GetByOrgApiKeys200ResponseApiKeysInner
Source§fn clone(&self) -> GetByOrgApiKeys200ResponseApiKeysInner
fn clone(&self) -> GetByOrgApiKeys200ResponseApiKeysInner
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 Default for GetByOrgApiKeys200ResponseApiKeysInner
impl Default for GetByOrgApiKeys200ResponseApiKeysInner
Source§fn default() -> GetByOrgApiKeys200ResponseApiKeysInner
fn default() -> GetByOrgApiKeys200ResponseApiKeysInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetByOrgApiKeys200ResponseApiKeysInner
impl<'de> Deserialize<'de> for GetByOrgApiKeys200ResponseApiKeysInner
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetByOrgApiKeys200ResponseApiKeysInner, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetByOrgApiKeys200ResponseApiKeysInner, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetByOrgApiKeys200ResponseApiKeysInner
impl PartialEq for GetByOrgApiKeys200ResponseApiKeysInner
Source§fn eq(&self, other: &GetByOrgApiKeys200ResponseApiKeysInner) -> bool
fn eq(&self, other: &GetByOrgApiKeys200ResponseApiKeysInner) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetByOrgApiKeys200ResponseApiKeysInner
impl Serialize for GetByOrgApiKeys200ResponseApiKeysInner
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetByOrgApiKeys200ResponseApiKeysInner
Auto Trait Implementations§
impl Freeze for GetByOrgApiKeys200ResponseApiKeysInner
impl RefUnwindSafe for GetByOrgApiKeys200ResponseApiKeysInner
impl Send for GetByOrgApiKeys200ResponseApiKeysInner
impl Sync for GetByOrgApiKeys200ResponseApiKeysInner
impl Unpin for GetByOrgApiKeys200ResponseApiKeysInner
impl UnsafeUnpin for GetByOrgApiKeys200ResponseApiKeysInner
impl UnwindSafe for GetByOrgApiKeys200ResponseApiKeysInner
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