pub struct ReplicatedJob {
pub max_concurrent: u64,
pub total_completions: u64,
}
Fields§
§max_concurrent: u64
§total_completions: u64
Trait Implementations§
Source§impl Clone for ReplicatedJob
impl Clone for ReplicatedJob
Source§fn clone(&self) -> ReplicatedJob
fn clone(&self) -> ReplicatedJob
Returns a copy 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 ReplicatedJob
impl Debug for ReplicatedJob
Source§impl<'de> Deserialize<'de> for ReplicatedJob
impl<'de> Deserialize<'de> for ReplicatedJob
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 ReplicatedJob
impl RefUnwindSafe for ReplicatedJob
impl Send for ReplicatedJob
impl Sync for ReplicatedJob
impl Unpin for ReplicatedJob
impl UnwindSafe for ReplicatedJob
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