pub struct SendBasicMessageOptions {
pub connection_id: String,
pub message: String,
}
Expand description
Options that are supplied when sending a basic message to another agent
Fields§
§connection_id: String
The connection id to which to send the message
message: String
A simple text message
Auto Trait Implementations§
impl Freeze for SendBasicMessageOptions
impl RefUnwindSafe for SendBasicMessageOptions
impl Send for SendBasicMessageOptions
impl Sync for SendBasicMessageOptions
impl Unpin for SendBasicMessageOptions
impl UnwindSafe for SendBasicMessageOptions
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