pub struct OutboundMessage<'a> {
pub from: &'a str,
pub to: &'a str,
pub body: &'a str,
}Fields§
§from: &'a str§to: &'a str§body: &'a strImplementations§
Source§impl<'a> OutboundMessage<'a>
impl<'a> OutboundMessage<'a>
Auto Trait Implementations§
impl<'a> Freeze for OutboundMessage<'a>
impl<'a> RefUnwindSafe for OutboundMessage<'a>
impl<'a> Send for OutboundMessage<'a>
impl<'a> Sync for OutboundMessage<'a>
impl<'a> Unpin for OutboundMessage<'a>
impl<'a> UnwindSafe for OutboundMessage<'a>
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