Struct bitwarden_api_api::models::service_account_create_request_model::ServiceAccountCreateRequestModel
source · pub struct ServiceAccountCreateRequestModel {
pub name: String,
}
Fields§
§name: String
Implementations§
source§impl ServiceAccountCreateRequestModel
impl ServiceAccountCreateRequestModel
pub fn new(name: String) -> ServiceAccountCreateRequestModel
Trait Implementations§
source§impl Clone for ServiceAccountCreateRequestModel
impl Clone for ServiceAccountCreateRequestModel
source§fn clone(&self) -> ServiceAccountCreateRequestModel
fn clone(&self) -> ServiceAccountCreateRequestModel
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 ServiceAccountCreateRequestModel
impl Default for ServiceAccountCreateRequestModel
source§fn default() -> ServiceAccountCreateRequestModel
fn default() -> ServiceAccountCreateRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceAccountCreateRequestModel
impl<'de> Deserialize<'de> for ServiceAccountCreateRequestModel
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<ServiceAccountCreateRequestModel> for ServiceAccountCreateRequestModel
impl PartialEq<ServiceAccountCreateRequestModel> for ServiceAccountCreateRequestModel
source§fn eq(&self, other: &ServiceAccountCreateRequestModel) -> bool
fn eq(&self, other: &ServiceAccountCreateRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ServiceAccountCreateRequestModel
Auto Trait Implementations§
impl RefUnwindSafe for ServiceAccountCreateRequestModel
impl Send for ServiceAccountCreateRequestModel
impl Sync for ServiceAccountCreateRequestModel
impl Unpin for ServiceAccountCreateRequestModel
impl UnwindSafe for ServiceAccountCreateRequestModel
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