pub struct SystemSyncBatchGetTaskResponse {
pub sync_tasks: Vec<SyncTask>,
}
Fields§
§sync_tasks: Vec<SyncTask>
Trait Implementations§
Source§impl Clone for SystemSyncBatchGetTaskResponse
impl Clone for SystemSyncBatchGetTaskResponse
Source§fn clone(&self) -> SystemSyncBatchGetTaskResponse
fn clone(&self) -> SystemSyncBatchGetTaskResponse
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 SystemSyncBatchGetTaskResponse
impl Default for SystemSyncBatchGetTaskResponse
Source§fn default() -> SystemSyncBatchGetTaskResponse
fn default() -> SystemSyncBatchGetTaskResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemSyncBatchGetTaskResponse
impl<'de> Deserialize<'de> for SystemSyncBatchGetTaskResponse
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
Auto Trait Implementations§
impl Freeze for SystemSyncBatchGetTaskResponse
impl RefUnwindSafe for SystemSyncBatchGetTaskResponse
impl Send for SystemSyncBatchGetTaskResponse
impl Sync for SystemSyncBatchGetTaskResponse
impl Unpin for SystemSyncBatchGetTaskResponse
impl UnwindSafe for SystemSyncBatchGetTaskResponse
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