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