pub struct GithubProjectFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GithubProjectFields
impl From<&Value> for GithubProjectFields
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.
Auto Trait Implementations§
impl Freeze for GithubProjectFields
impl RefUnwindSafe for GithubProjectFields
impl Send for GithubProjectFields
impl Sync for GithubProjectFields
impl Unpin for GithubProjectFields
impl UnwindSafe for GithubProjectFields
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