Struct bitwarden_api_api::models::service_account_response_model::ServiceAccountResponseModel
source · pub struct ServiceAccountResponseModel {
pub object: Option<String>,
pub id: Option<Uuid>,
pub organization_id: Option<Uuid>,
pub name: Option<String>,
pub creation_date: Option<String>,
pub revision_date: Option<String>,
}
Fields§
§object: Option<String>
§id: Option<Uuid>
§organization_id: Option<Uuid>
§name: Option<String>
§creation_date: Option<String>
§revision_date: Option<String>
Implementations§
source§impl ServiceAccountResponseModel
impl ServiceAccountResponseModel
pub fn new() -> ServiceAccountResponseModel
Trait Implementations§
source§impl Clone for ServiceAccountResponseModel
impl Clone for ServiceAccountResponseModel
source§fn clone(&self) -> ServiceAccountResponseModel
fn clone(&self) -> ServiceAccountResponseModel
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 ServiceAccountResponseModel
impl Debug for ServiceAccountResponseModel
source§impl<'de> Deserialize<'de> for ServiceAccountResponseModel
impl<'de> Deserialize<'de> for ServiceAccountResponseModel
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
source§impl PartialEq for ServiceAccountResponseModel
impl PartialEq for ServiceAccountResponseModel
source§fn eq(&self, other: &ServiceAccountResponseModel) -> bool
fn eq(&self, other: &ServiceAccountResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ServiceAccountResponseModel
Auto Trait Implementations§
impl Freeze for ServiceAccountResponseModel
impl RefUnwindSafe for ServiceAccountResponseModel
impl Send for ServiceAccountResponseModel
impl Sync for ServiceAccountResponseModel
impl Unpin for ServiceAccountResponseModel
impl UnwindSafe for ServiceAccountResponseModel
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