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