Struct redmine_api::api::trackers::TrackerEssentials
source · [−]Expand description
a minimal type for Redmine trackers used in lists of trackers included in other Redmine objects (e.g. custom fields)
Fields
id: u64numeric id
name: Stringdisplay name
Trait Implementations
sourceimpl Debug for TrackerEssentials
impl Debug for TrackerEssentials
sourceimpl<'de> Deserialize<'de> for TrackerEssentials
impl<'de> Deserialize<'de> for TrackerEssentials
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<&Tracker> for TrackerEssentials
impl From<&Tracker> for TrackerEssentials
sourceimpl From<Tracker> for TrackerEssentials
impl From<Tracker> for TrackerEssentials
sourceimpl PartialEq<TrackerEssentials> for TrackerEssentials
impl PartialEq<TrackerEssentials> for TrackerEssentials
sourcefn eq(&self, other: &TrackerEssentials) -> bool
fn eq(&self, other: &TrackerEssentials) -> bool
sourceimpl Serialize for TrackerEssentials
impl Serialize for TrackerEssentials
impl Eq for TrackerEssentials
impl StructuralEq for TrackerEssentials
impl StructuralPartialEq for TrackerEssentials
Auto Trait Implementations
impl RefUnwindSafe for TrackerEssentials
impl Send for TrackerEssentials
impl Sync for TrackerEssentials
impl Unpin for TrackerEssentials
impl UnwindSafe for TrackerEssentials
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.