pub struct PostByOrgApiKeys201Response {
pub id: Option<String>,
pub key: Option<String>,
pub name: Option<String>,
pub scopes: Vec<String>,
pub created_at: Option<String>,
}Fields§
§id: Option<String>§key: Option<String>§name: Option<String>§scopes: Vec<String>§created_at: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for PostByOrgApiKeys201Response
impl Clone for PostByOrgApiKeys201Response
Source§fn clone(&self) -> PostByOrgApiKeys201Response
fn clone(&self) -> PostByOrgApiKeys201Response
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 Debug for PostByOrgApiKeys201Response
impl Debug for PostByOrgApiKeys201Response
Source§impl Default for PostByOrgApiKeys201Response
impl Default for PostByOrgApiKeys201Response
Source§fn default() -> PostByOrgApiKeys201Response
fn default() -> PostByOrgApiKeys201Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostByOrgApiKeys201Response
impl<'de> Deserialize<'de> for PostByOrgApiKeys201Response
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PostByOrgApiKeys201Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PostByOrgApiKeys201Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for PostByOrgApiKeys201Response
impl Serialize for PostByOrgApiKeys201Response
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 PostByOrgApiKeys201Response
Auto Trait Implementations§
impl Freeze for PostByOrgApiKeys201Response
impl RefUnwindSafe for PostByOrgApiKeys201Response
impl Send for PostByOrgApiKeys201Response
impl Sync for PostByOrgApiKeys201Response
impl Unpin for PostByOrgApiKeys201Response
impl UnsafeUnpin for PostByOrgApiKeys201Response
impl UnwindSafe for PostByOrgApiKeys201Response
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