pub struct WorkOrderLog { /* private fields */ }Implementations§
Source§impl WorkOrderLog
impl WorkOrderLog
pub fn claimed_at<T>(self, value: T) -> Self
pub fn claimed_by<T>(self, value: T) -> Self
pub fn completed_at<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn result_message<T>(self, value: T) -> Self
pub fn retries_attempted<T>(self, value: T) -> Self
pub fn success<T>(self, value: T) -> Self
pub fn work_type<T>(self, value: T) -> Self
pub fn yaml_content<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WorkOrderLog
impl Clone for WorkOrderLog
Source§fn clone(&self) -> WorkOrderLog
fn clone(&self) -> WorkOrderLog
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 WorkOrderLog
impl Debug for WorkOrderLog
Source§impl Default for WorkOrderLog
impl Default for WorkOrderLog
Source§impl From<WorkOrderLog> for WorkOrderLog
impl From<WorkOrderLog> for WorkOrderLog
Source§fn from(value: WorkOrderLog) -> Self
fn from(value: WorkOrderLog) -> Self
Converts to this type from the input type.
Source§impl TryFrom<WorkOrderLog> for WorkOrderLog
impl TryFrom<WorkOrderLog> for WorkOrderLog
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: WorkOrderLog) -> Result<Self, ConversionError>
fn try_from(value: WorkOrderLog) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for WorkOrderLog
impl RefUnwindSafe for WorkOrderLog
impl Send for WorkOrderLog
impl Sync for WorkOrderLog
impl Unpin for WorkOrderLog
impl UnsafeUnpin for WorkOrderLog
impl UnwindSafe for WorkOrderLog
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