pub struct UnrecognizedActionId { /* private fields */ }
Expand description
Structure containing details about an unrecognized action id error.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UnrecognizedActionId
impl Send for UnrecognizedActionId
impl Sync for UnrecognizedActionId
impl Unpin for UnrecognizedActionId
impl UnwindSafe for UnrecognizedActionId
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