pub struct UpdatedItem {
pub item_id: i64,
pub updated_at: String,
pub text: String,
pub cleared_derivations: i64,
pub cleared_workflow_anchors: i64,
}Fields§
§item_id: i64§updated_at: String§text: String§cleared_derivations: i64§cleared_workflow_anchors: i64Trait Implementations§
Source§impl Clone for UpdatedItem
impl Clone for UpdatedItem
Source§fn clone(&self) -> UpdatedItem
fn clone(&self) -> UpdatedItem
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 moreSource§impl Debug for UpdatedItem
impl Debug for UpdatedItem
Auto Trait Implementations§
impl Freeze for UpdatedItem
impl RefUnwindSafe for UpdatedItem
impl Send for UpdatedItem
impl Sync for UpdatedItem
impl Unpin for UpdatedItem
impl UnsafeUnpin for UpdatedItem
impl UnwindSafe for UpdatedItem
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