Struct bitwarden_api_api::models::organization_seat_request_model::OrganizationSeatRequestModel
source · pub struct OrganizationSeatRequestModel {
pub seat_adjustment: i32,
}Fields§
§seat_adjustment: i32Implementations§
source§impl OrganizationSeatRequestModel
impl OrganizationSeatRequestModel
pub fn new(seat_adjustment: i32) -> OrganizationSeatRequestModel
Trait Implementations§
source§impl Clone for OrganizationSeatRequestModel
impl Clone for OrganizationSeatRequestModel
source§fn clone(&self) -> OrganizationSeatRequestModel
fn clone(&self) -> OrganizationSeatRequestModel
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 OrganizationSeatRequestModel
impl Debug for OrganizationSeatRequestModel
source§impl Default for OrganizationSeatRequestModel
impl Default for OrganizationSeatRequestModel
source§fn default() -> OrganizationSeatRequestModel
fn default() -> OrganizationSeatRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OrganizationSeatRequestModel
impl<'de> Deserialize<'de> for OrganizationSeatRequestModel
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<OrganizationSeatRequestModel> for OrganizationSeatRequestModel
impl PartialEq<OrganizationSeatRequestModel> for OrganizationSeatRequestModel
source§fn eq(&self, other: &OrganizationSeatRequestModel) -> bool
fn eq(&self, other: &OrganizationSeatRequestModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.