pub struct MessageBody {
pub chord: Option<String>,
pub chain: Option<String>,
pub callbacks: Option<Vec<String>>,
pub errbacks: Option<Vec<String>>,
}
Expand description
Message body structure
Fields§
§chord: Option<String>
§chain: Option<String>
§callbacks: Option<Vec<String>>
§errbacks: Option<Vec<String>>
Implementations§
Source§impl MessageBody
implementation of message body
impl MessageBody
implementation of message body
Auto Trait Implementations§
impl Freeze for MessageBody
impl RefUnwindSafe for MessageBody
impl Send for MessageBody
impl Sync for MessageBody
impl Unpin for MessageBody
impl UnwindSafe for MessageBody
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