pub struct SystemSyncUpdateTaskStateRequest {
pub job_id: Option<String>,
pub file_sync_state: Option<String>,
}
Fields§
§job_id: Option<String>
§file_sync_state: Option<String>
Implementations§
Source§impl SystemSyncUpdateTaskStateRequest
impl SystemSyncUpdateTaskStateRequest
pub fn new() -> Self
pub fn with_job_ids(self, job_id: String) -> Self
pub fn with_file_sync_state(self, file_sync_state: String) -> Self
Trait Implementations§
Source§impl Clone for SystemSyncUpdateTaskStateRequest
impl Clone for SystemSyncUpdateTaskStateRequest
Source§fn clone(&self) -> SystemSyncUpdateTaskStateRequest
fn clone(&self) -> SystemSyncUpdateTaskStateRequest
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 SystemSyncUpdateTaskStateRequest
impl Default for SystemSyncUpdateTaskStateRequest
Source§fn default() -> SystemSyncUpdateTaskStateRequest
fn default() -> SystemSyncUpdateTaskStateRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemSyncUpdateTaskStateRequest
impl<'de> Deserialize<'de> for SystemSyncUpdateTaskStateRequest
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 HttpBuilder for SystemSyncUpdateTaskStateRequest
impl HttpBuilder for SystemSyncUpdateTaskStateRequest
type Response = BaseResponse<SystemSyncUpdateTaskStateResponse>
fn builder(self) -> HttpFn<Self::Response>
Auto Trait Implementations§
impl Freeze for SystemSyncUpdateTaskStateRequest
impl RefUnwindSafe for SystemSyncUpdateTaskStateRequest
impl Send for SystemSyncUpdateTaskStateRequest
impl Sync for SystemSyncUpdateTaskStateRequest
impl Unpin for SystemSyncUpdateTaskStateRequest
impl UnwindSafe for SystemSyncUpdateTaskStateRequest
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