pub struct BulkUpdateDictionaryListRequest {
pub items: Option<Vec<BulkUpdateDictionaryItem>>,
}
Fields§
§items: Option<Vec<BulkUpdateDictionaryItem>>
Implementations§
Trait Implementations§
Source§impl Clone for BulkUpdateDictionaryListRequest
impl Clone for BulkUpdateDictionaryListRequest
Source§fn clone(&self) -> BulkUpdateDictionaryListRequest
fn clone(&self) -> BulkUpdateDictionaryListRequest
Returns a duplicate 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 BulkUpdateDictionaryListRequest
impl Default for BulkUpdateDictionaryListRequest
Source§fn default() -> BulkUpdateDictionaryListRequest
fn default() -> BulkUpdateDictionaryListRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BulkUpdateDictionaryListRequest
impl<'de> Deserialize<'de> for BulkUpdateDictionaryListRequest
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 BulkUpdateDictionaryListRequest
impl PartialEq for BulkUpdateDictionaryListRequest
Source§fn eq(&self, other: &BulkUpdateDictionaryListRequest) -> bool
fn eq(&self, other: &BulkUpdateDictionaryListRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BulkUpdateDictionaryListRequest
Auto Trait Implementations§
impl Freeze for BulkUpdateDictionaryListRequest
impl RefUnwindSafe for BulkUpdateDictionaryListRequest
impl Send for BulkUpdateDictionaryListRequest
impl Sync for BulkUpdateDictionaryListRequest
impl Unpin for BulkUpdateDictionaryListRequest
impl UnwindSafe for BulkUpdateDictionaryListRequest
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