pub struct ActionRunners {
pub runners: Option<Vec<ActionRunner>>,
pub total_count: Option<f64>,
}Fields§
§runners: Option<Vec<ActionRunner>>§total_count: Option<f64>Trait Implementations§
Source§impl Clone for ActionRunners
impl Clone for ActionRunners
Source§fn clone(&self) -> ActionRunners
fn clone(&self) -> ActionRunners
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 Debug for ActionRunners
impl Debug for ActionRunners
Source§impl<'de> Deserialize<'de> for ActionRunners
impl<'de> Deserialize<'de> for ActionRunners
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 ActionRunners
impl RefUnwindSafe for ActionRunners
impl Send for ActionRunners
impl Sync for ActionRunners
impl Unpin for ActionRunners
impl UnsafeUnpin for ActionRunners
impl UnwindSafe for ActionRunners
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