pub struct AddedItem {
pub item_id: i64,
pub created_at: String,
pub source: String,
pub text: String,
}Fields§
§item_id: i64§created_at: String§source: String§text: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for AddedItem
impl RefUnwindSafe for AddedItem
impl Send for AddedItem
impl Sync for AddedItem
impl Unpin for AddedItem
impl UnsafeUnpin for AddedItem
impl UnwindSafe for AddedItem
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