pub struct GithubRepository(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for GithubRepository
impl Clone for GithubRepository
Source§fn clone(&self) -> GithubRepository
fn clone(&self) -> GithubRepository
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GithubRepository
impl Debug for GithubRepository
Source§impl TryFrom<GitRepositoryUrl> for GithubRepository
impl TryFrom<GitRepositoryUrl> for GithubRepository
Auto Trait Implementations§
impl Freeze for GithubRepository
impl RefUnwindSafe for GithubRepository
impl Send for GithubRepository
impl Sync for GithubRepository
impl Unpin for GithubRepository
impl UnwindSafe for GithubRepository
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