pub struct DroppedBacklogItem {
pub id: String,
pub text: String,
}Fields§
§id: String§text: StringImplementations§
Trait Implementations§
Source§impl Clone for DroppedBacklogItem
impl Clone for DroppedBacklogItem
Source§fn clone(&self) -> DroppedBacklogItem
fn clone(&self) -> DroppedBacklogItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DroppedBacklogItem
impl Debug for DroppedBacklogItem
impl Eq for DroppedBacklogItem
Source§impl PartialEq for DroppedBacklogItem
impl PartialEq for DroppedBacklogItem
impl StructuralPartialEq for DroppedBacklogItem
Auto Trait Implementations§
impl Freeze for DroppedBacklogItem
impl RefUnwindSafe for DroppedBacklogItem
impl Send for DroppedBacklogItem
impl Sync for DroppedBacklogItem
impl Unpin for DroppedBacklogItem
impl UnsafeUnpin for DroppedBacklogItem
impl UnwindSafe for DroppedBacklogItem
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.