Struct bitwarden_api_api::models::collection_bulk_delete_request_model::CollectionBulkDeleteRequestModel
source · pub struct CollectionBulkDeleteRequestModel {
pub ids: Vec<Uuid>,
}
Fields§
§ids: Vec<Uuid>
Implementations§
source§impl CollectionBulkDeleteRequestModel
impl CollectionBulkDeleteRequestModel
pub fn new(ids: Vec<Uuid>) -> 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<'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 for CollectionBulkDeleteRequestModel
impl PartialEq 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 ==
.impl StructuralPartialEq for CollectionBulkDeleteRequestModel
Auto Trait Implementations§
impl Freeze for CollectionBulkDeleteRequestModel
impl RefUnwindSafe for CollectionBulkDeleteRequestModel
impl Send for CollectionBulkDeleteRequestModel
impl Sync for CollectionBulkDeleteRequestModel
impl Unpin for CollectionBulkDeleteRequestModel
impl UnwindSafe for CollectionBulkDeleteRequestModel
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