pub struct SentPerspectiveMessage {
pub recipient: String,
pub message: PerspectiveExpression,
}
Fields§
§recipient: String
§message: PerspectiveExpression
Trait Implementations§
Source§impl From<MessageOutboxRuntimeMessageOutbox> for SentPerspectiveMessage
impl From<MessageOutboxRuntimeMessageOutbox> for SentPerspectiveMessage
Source§fn from(message: MessageOutboxRuntimeMessageOutbox) -> Self
fn from(message: MessageOutboxRuntimeMessageOutbox) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SentPerspectiveMessage
impl RefUnwindSafe for SentPerspectiveMessage
impl Send for SentPerspectiveMessage
impl Sync for SentPerspectiveMessage
impl Unpin for SentPerspectiveMessage
impl UnwindSafe for SentPerspectiveMessage
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