pub struct ProjectNote {
pub id: String,
pub run_id: String,
pub ticket_id: String,
pub text: String,
pub recorded_at_ms: i64,
}Fields§
§id: String§run_id: String§ticket_id: String§text: String§recorded_at_ms: i64Trait Implementations§
Source§impl Clone for ProjectNote
impl Clone for ProjectNote
Source§fn clone(&self) -> ProjectNote
fn clone(&self) -> ProjectNote
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 ProjectNote
impl Debug for ProjectNote
impl Eq for ProjectNote
Source§impl PartialEq for ProjectNote
impl PartialEq for ProjectNote
impl StructuralPartialEq for ProjectNote
Auto Trait Implementations§
impl Freeze for ProjectNote
impl RefUnwindSafe for ProjectNote
impl Send for ProjectNote
impl Sync for ProjectNote
impl Unpin for ProjectNote
impl UnsafeUnpin for ProjectNote
impl UnwindSafe for ProjectNote
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.