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