pub struct SetJobProgressRequest {
pub percent: Option<i32>,
pub flow_job_id: Option<Uuid>,
}
Fields§
§percent: Option<i32>
§flow_job_id: Option<Uuid>
Implementations§
Source§impl SetJobProgressRequest
impl SetJobProgressRequest
pub fn new() -> SetJobProgressRequest
Trait Implementations§
Source§impl Clone for SetJobProgressRequest
impl Clone for SetJobProgressRequest
Source§fn clone(&self) -> SetJobProgressRequest
fn clone(&self) -> SetJobProgressRequest
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 Debug for SetJobProgressRequest
impl Debug for SetJobProgressRequest
Source§impl Default for SetJobProgressRequest
impl Default for SetJobProgressRequest
Source§fn default() -> SetJobProgressRequest
fn default() -> SetJobProgressRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetJobProgressRequest
impl<'de> Deserialize<'de> for SetJobProgressRequest
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 SetJobProgressRequest
impl PartialEq for SetJobProgressRequest
Source§impl Serialize for SetJobProgressRequest
impl Serialize for SetJobProgressRequest
impl StructuralPartialEq for SetJobProgressRequest
Auto Trait Implementations§
impl Freeze for SetJobProgressRequest
impl RefUnwindSafe for SetJobProgressRequest
impl Send for SetJobProgressRequest
impl Sync for SetJobProgressRequest
impl Unpin for SetJobProgressRequest
impl UnwindSafe for SetJobProgressRequest
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