pub struct BackupUpgradeUpdateDynamicIndexRequest {
pub digest_list: Vec<String>,
pub offset_list: Vec<i64>,
pub wid: i32,
}Fields§
§digest_list: Vec<String>Chunk digest list.
offset_list: Vec<i64>Chunk offset list.
wid: i32Dynamic writer ID.
Implementations§
Trait Implementations§
Source§impl Clone for BackupUpgradeUpdateDynamicIndexRequest
impl Clone for BackupUpgradeUpdateDynamicIndexRequest
Source§fn clone(&self) -> BackupUpgradeUpdateDynamicIndexRequest
fn clone(&self) -> BackupUpgradeUpdateDynamicIndexRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BackupUpgradeUpdateDynamicIndexRequest
impl Default for BackupUpgradeUpdateDynamicIndexRequest
Source§fn default() -> BackupUpgradeUpdateDynamicIndexRequest
fn default() -> BackupUpgradeUpdateDynamicIndexRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackupUpgradeUpdateDynamicIndexRequest
impl<'de> Deserialize<'de> for BackupUpgradeUpdateDynamicIndexRequest
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 BackupUpgradeUpdateDynamicIndexRequest
impl PartialEq for BackupUpgradeUpdateDynamicIndexRequest
Source§fn eq(&self, other: &BackupUpgradeUpdateDynamicIndexRequest) -> bool
fn eq(&self, other: &BackupUpgradeUpdateDynamicIndexRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BackupUpgradeUpdateDynamicIndexRequest
Auto Trait Implementations§
impl Freeze for BackupUpgradeUpdateDynamicIndexRequest
impl RefUnwindSafe for BackupUpgradeUpdateDynamicIndexRequest
impl Send for BackupUpgradeUpdateDynamicIndexRequest
impl Sync for BackupUpgradeUpdateDynamicIndexRequest
impl Unpin for BackupUpgradeUpdateDynamicIndexRequest
impl UnsafeUnpin for BackupUpgradeUpdateDynamicIndexRequest
impl UnwindSafe for BackupUpgradeUpdateDynamicIndexRequest
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