pub struct ProjectReference {
pub id: String,
pub name: String,
}Expand description
Fields§
§id: String§name: StringImplementations§
Trait Implementations§
source§impl Clone for ProjectReference
impl Clone for ProjectReference
source§fn clone(&self) -> ProjectReference
fn clone(&self) -> ProjectReference
Returns a copy of the value. Read more
1.0.0 · 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 ProjectReference
impl Debug for ProjectReference
source§impl<'de> Deserialize<'de> for ProjectReference
impl<'de> Deserialize<'de> for ProjectReference
source§fn 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
source§impl PartialEq<ProjectReference> for ProjectReference
impl PartialEq<ProjectReference> for ProjectReference
source§fn eq(&self, other: &ProjectReference) -> bool
fn eq(&self, other: &ProjectReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProjectReference
impl Serialize for ProjectReference
impl StructuralPartialEq for ProjectReference
Auto Trait Implementations§
impl RefUnwindSafe for ProjectReference
impl Send for ProjectReference
impl Sync for ProjectReference
impl Unpin for ProjectReference
impl UnwindSafe for ProjectReference
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