pub struct EventAllOfProgressSteps {
pub type: Option<String>,
pub progress_amt: Option<f64>,
}Fields§
§type: Option<String>Steps in the progress to completion
progress_amt: Option<f64>Percent progress to completion
Implementations§
Source§impl EventAllOfProgressSteps
impl EventAllOfProgressSteps
pub fn new() -> EventAllOfProgressSteps
Trait Implementations§
Source§impl Clone for EventAllOfProgressSteps
impl Clone for EventAllOfProgressSteps
Source§fn clone(&self) -> EventAllOfProgressSteps
fn clone(&self) -> EventAllOfProgressSteps
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 EventAllOfProgressSteps
impl Debug for EventAllOfProgressSteps
Source§impl Default for EventAllOfProgressSteps
impl Default for EventAllOfProgressSteps
Source§fn default() -> EventAllOfProgressSteps
fn default() -> EventAllOfProgressSteps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventAllOfProgressSteps
impl<'de> Deserialize<'de> for EventAllOfProgressSteps
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 EventAllOfProgressSteps
impl PartialEq for EventAllOfProgressSteps
Source§impl Serialize for EventAllOfProgressSteps
impl Serialize for EventAllOfProgressSteps
impl StructuralPartialEq for EventAllOfProgressSteps
Auto Trait Implementations§
impl Freeze for EventAllOfProgressSteps
impl RefUnwindSafe for EventAllOfProgressSteps
impl Send for EventAllOfProgressSteps
impl Sync for EventAllOfProgressSteps
impl Unpin for EventAllOfProgressSteps
impl UnwindSafe for EventAllOfProgressSteps
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