pub struct SendActionError { /* private fields */ }Trait Implementations§
Source§impl Debug for SendActionError
impl Debug for SendActionError
Source§impl<'de> Deserialize<'de> for SendActionError
impl<'de> Deserialize<'de> for SendActionError
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
Source§impl PartialEq for SendActionError
impl PartialEq for SendActionError
impl StructuralPartialEq for SendActionError
Auto Trait Implementations§
impl Freeze for SendActionError
impl RefUnwindSafe for SendActionError
impl Send for SendActionError
impl Sync for SendActionError
impl Unpin for SendActionError
impl UnsafeUnpin for SendActionError
impl UnwindSafe for SendActionError
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