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