pub struct ItemRef {
pub id: String,
pub item_type: ItemType,
pub title: String,
}Expand description
A candidate item for the message (id + type + title).
Fields§
§id: String§item_type: ItemType§title: StringTrait Implementations§
impl StructuralPartialEq for ItemRef
Auto Trait Implementations§
impl Freeze for ItemRef
impl RefUnwindSafe for ItemRef
impl Send for ItemRef
impl Sync for ItemRef
impl Unpin for ItemRef
impl UnsafeUnpin for ItemRef
impl UnwindSafe for ItemRef
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