pub struct Said<'a> {
pub shell: &'a Arc<Shell>,
pub message: &'a Message,
}Expand description
One message, and the shell that sent it.
Fields§
§shell: &'a Arc<Shell>§message: &'a MessageTrait Implementations§
impl<'a> Copy for Said<'a>
Auto Trait Implementations§
impl<'a> Freeze for Said<'a>
impl<'a> RefUnwindSafe for Said<'a>
impl<'a> Send for Said<'a>
impl<'a> Sync for Said<'a>
impl<'a> Unpin for Said<'a>
impl<'a> UnsafeUnpin for Said<'a>
impl<'a> UnwindSafe for Said<'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