pub enum PatchRestartTimesheetError {
UnknownValue(Value),
}Expand description
struct for typed errors of method patch_restart_timesheet
Variants§
Trait Implementations§
Source§impl Clone for PatchRestartTimesheetError
impl Clone for PatchRestartTimesheetError
Source§fn clone(&self) -> PatchRestartTimesheetError
fn clone(&self) -> PatchRestartTimesheetError
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 PatchRestartTimesheetError
impl Debug for PatchRestartTimesheetError
Source§impl<'de> Deserialize<'de> for PatchRestartTimesheetError
impl<'de> Deserialize<'de> for PatchRestartTimesheetError
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 PatchRestartTimesheetError
impl RefUnwindSafe for PatchRestartTimesheetError
impl Send for PatchRestartTimesheetError
impl Sync for PatchRestartTimesheetError
impl Unpin for PatchRestartTimesheetError
impl UnwindSafe for PatchRestartTimesheetError
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