pub struct HandoffRow {
pub id: String,
pub priority: String,
pub status: String,
pub completed: String,
pub updated: String,
}Fields§
§id: String§priority: String§status: String§completed: String§updated: StringTrait Implementations§
Source§impl Clone for HandoffRow
impl Clone for HandoffRow
Source§fn clone(&self) -> HandoffRow
fn clone(&self) -> HandoffRow
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 HandoffRow
impl Debug for HandoffRow
Source§impl PartialEq for HandoffRow
impl PartialEq for HandoffRow
impl Eq for HandoffRow
impl StructuralPartialEq for HandoffRow
Auto Trait Implementations§
impl Freeze for HandoffRow
impl RefUnwindSafe for HandoffRow
impl Send for HandoffRow
impl Sync for HandoffRow
impl Unpin for HandoffRow
impl UnsafeUnpin for HandoffRow
impl UnwindSafe for HandoffRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.