Struct redmine_api::api::projects::ProjectEssentials
source · [−]Expand description
a minimal type for Redmine projects used in lists of projects included in other Redmine objects (e.g. custom fields)
Fields
id: u64numeric id
name: Stringdisplay name
Trait Implementations
sourceimpl Debug for ProjectEssentials
impl Debug for ProjectEssentials
sourceimpl<'de> Deserialize<'de> for ProjectEssentials
impl<'de> Deserialize<'de> for ProjectEssentials
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<&Project> for ProjectEssentials
impl From<&Project> for ProjectEssentials
sourceimpl From<Project> for ProjectEssentials
impl From<Project> for ProjectEssentials
sourceimpl PartialEq<ProjectEssentials> for ProjectEssentials
impl PartialEq<ProjectEssentials> for ProjectEssentials
sourcefn eq(&self, other: &ProjectEssentials) -> bool
fn eq(&self, other: &ProjectEssentials) -> bool
sourceimpl Serialize for ProjectEssentials
impl Serialize for ProjectEssentials
impl Eq for ProjectEssentials
impl StructuralEq for ProjectEssentials
impl StructuralPartialEq for ProjectEssentials
Auto Trait Implementations
impl RefUnwindSafe for ProjectEssentials
impl Send for ProjectEssentials
impl Sync for ProjectEssentials
impl Unpin for ProjectEssentials
impl UnwindSafe for ProjectEssentials
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.