pub struct AgentDocBacklogItem {
pub id: String,
pub text: String,
pub line: usize,
}Fields§
§id: String§text: String§line: usizeTrait Implementations§
Source§impl Clone for AgentDocBacklogItem
impl Clone for AgentDocBacklogItem
Source§fn clone(&self) -> AgentDocBacklogItem
fn clone(&self) -> AgentDocBacklogItem
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 AgentDocBacklogItem
impl Debug for AgentDocBacklogItem
impl Eq for AgentDocBacklogItem
Source§impl PartialEq for AgentDocBacklogItem
impl PartialEq for AgentDocBacklogItem
Source§fn eq(&self, other: &AgentDocBacklogItem) -> bool
fn eq(&self, other: &AgentDocBacklogItem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentDocBacklogItem
impl Serialize for AgentDocBacklogItem
impl StructuralPartialEq for AgentDocBacklogItem
Auto Trait Implementations§
impl Freeze for AgentDocBacklogItem
impl RefUnwindSafe for AgentDocBacklogItem
impl Send for AgentDocBacklogItem
impl Sync for AgentDocBacklogItem
impl Unpin for AgentDocBacklogItem
impl UnsafeUnpin for AgentDocBacklogItem
impl UnwindSafe for AgentDocBacklogItem
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§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.