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