pub struct Project {
pub id: i64,
/* private fields */
}
Fields§
§id: i64
Implementations§
Trait Implementations§
source§impl From<GithubProjectFields> for Project
impl From<GithubProjectFields> for Project
source§fn from(fields: GithubProjectFields) -> Self
fn from(fields: GithubProjectFields) -> Self
Converts to this type from the input type.
source§impl From<GitlabProjectFields> for Project
impl From<GitlabProjectFields> for Project
source§fn from(fields: GitlabProjectFields) -> Self
fn from(fields: GitlabProjectFields) -> Self
Converts to this type from the input type.
source§impl From<Project> for DisplayBody
impl From<Project> for DisplayBody
source§fn from(p: Project) -> DisplayBody
fn from(p: Project) -> DisplayBody
Converts to this type from the input type.
source§impl PartialEq for Project
impl PartialEq for Project
impl StructuralPartialEq for Project
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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