pub struct GithubAuthor { /* private fields */ }Trait Implementations§
Source§impl Clone for GithubAuthor
impl Clone for GithubAuthor
Source§fn clone(&self) -> GithubAuthor
fn clone(&self) -> GithubAuthor
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 GithubAuthor
impl Debug for GithubAuthor
Source§impl PartialEq for GithubAuthor
impl PartialEq for GithubAuthor
Source§impl Serialize for GithubAuthor
impl Serialize for GithubAuthor
impl StructuralPartialEq for GithubAuthor
Auto Trait Implementations§
impl Freeze for GithubAuthor
impl RefUnwindSafe for GithubAuthor
impl Send for GithubAuthor
impl Sync for GithubAuthor
impl Unpin for GithubAuthor
impl UnwindSafe for GithubAuthor
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