pub struct InboxItem {
pub input_id: String,
pub mode: DeliveryMode,
pub content: Vec<ContentBlock>,
}Fields§
§input_id: String§mode: DeliveryMode§content: Vec<ContentBlock>Trait Implementations§
impl StructuralPartialEq for InboxItem
Auto Trait Implementations§
impl Freeze for InboxItem
impl RefUnwindSafe for InboxItem
impl Send for InboxItem
impl Sync for InboxItem
impl Unpin for InboxItem
impl UnsafeUnpin for InboxItem
impl UnwindSafe for InboxItem
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