pub struct ProjectApiKeyDeleteResponse {
pub object: String,
pub id: String,
pub deleted: bool,
}
Fields§
§object: String
§id: String
§deleted: bool
Trait Implementations§
Source§impl Clone for ProjectApiKeyDeleteResponse
impl Clone for ProjectApiKeyDeleteResponse
Source§fn clone(&self) -> ProjectApiKeyDeleteResponse
fn clone(&self) -> ProjectApiKeyDeleteResponse
Returns a copy 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 ProjectApiKeyDeleteResponse
impl Debug for ProjectApiKeyDeleteResponse
Source§impl Default for ProjectApiKeyDeleteResponse
impl Default for ProjectApiKeyDeleteResponse
Source§fn default() -> ProjectApiKeyDeleteResponse
fn default() -> ProjectApiKeyDeleteResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProjectApiKeyDeleteResponse
impl RefUnwindSafe for ProjectApiKeyDeleteResponse
impl Send for ProjectApiKeyDeleteResponse
impl Sync for ProjectApiKeyDeleteResponse
impl Unpin for ProjectApiKeyDeleteResponse
impl UnwindSafe for ProjectApiKeyDeleteResponse
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