pub struct TryMsgError<T> {
pub msg: T,
}Expand description
Error type when an try_tell fails on Option<ActorRef<Msg>>
Fields§
§msg: TImplementations§
Source§impl<T> TryMsgError<T>
impl<T> TryMsgError<T>
Trait Implementations§
Source§impl<T: Debug> Debug for TryMsgError<T>
impl<T: Debug> Debug for TryMsgError<T>
Auto Trait Implementations§
impl<T> Freeze for TryMsgError<T>where
T: Freeze,
impl<T> RefUnwindSafe for TryMsgError<T>where
T: RefUnwindSafe,
impl<T> Send for TryMsgError<T>where
T: Send,
impl<T> Sync for TryMsgError<T>where
T: Sync,
impl<T> Unpin for TryMsgError<T>where
T: Unpin,
impl<T> UnsafeUnpin for TryMsgError<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for TryMsgError<T>where
T: UnwindSafe,
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