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