Struct bitwarden_api_api::models::cipher_bulk_share_request_model::CipherBulkShareRequestModel
source · pub struct CipherBulkShareRequestModel {
pub collection_ids: Vec<String>,
pub ciphers: Vec<CipherWithIdRequestModel>,
}
Fields§
§collection_ids: Vec<String>
§ciphers: Vec<CipherWithIdRequestModel>
Implementations§
pub fn new( collection_ids: Vec<String>, ciphers: Vec<CipherWithIdRequestModel> ) -> CipherBulkShareRequestModel
Trait Implementations§
source§fn clone(&self) -> CipherBulkShareRequestModel
fn clone(&self) -> CipherBulkShareRequestModel
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§fn default() -> CipherBulkShareRequestModel
fn default() -> CipherBulkShareRequestModel
Returns the “default value” for a type. Read more
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§fn eq(&self, other: &CipherBulkShareRequestModel) -> bool
fn eq(&self, other: &CipherBulkShareRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.