pub struct InboundMessageFields {
pub content: String,
pub uuid: Option<String>,
}Expand description
Result of extracting inbound message fields.
Fields§
§content: String§uuid: Option<String>Trait Implementations§
Source§impl Clone for InboundMessageFields
impl Clone for InboundMessageFields
Source§fn clone(&self) -> InboundMessageFields
fn clone(&self) -> InboundMessageFields
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InboundMessageFields
impl RefUnwindSafe for InboundMessageFields
impl Send for InboundMessageFields
impl Sync for InboundMessageFields
impl Unpin for InboundMessageFields
impl UnsafeUnpin for InboundMessageFields
impl UnwindSafe for InboundMessageFields
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