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