pub struct GithubUserFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GithubUserFields
impl From<&Value> for GithubUserFields
Source§impl From<GithubUserFields> for Member
impl From<GithubUserFields> for Member
Source§fn from(fields: GithubUserFields) -> Self
fn from(fields: GithubUserFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GithubUserFields
impl RefUnwindSafe for GithubUserFields
impl Send for GithubUserFields
impl Sync for GithubUserFields
impl Unpin for GithubUserFields
impl UnwindSafe for GithubUserFields
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