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