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