pub struct GithubHandle(/* private fields */);Trait Implementations§
Source§impl AsRef<String> for GithubHandle
impl AsRef<String> for GithubHandle
Source§impl Clone for GithubHandle
impl Clone for GithubHandle
Source§fn clone(&self) -> GithubHandle
fn clone(&self) -> GithubHandle
Returns a duplicate 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 GithubHandle
impl Debug for GithubHandle
Source§impl Display for GithubHandle
impl Display for GithubHandle
Source§impl<__FromT0> From<__FromT0> for GithubHandle
impl<__FromT0> From<__FromT0> for GithubHandle
Source§impl FromStr for GithubHandle
impl FromStr for GithubHandle
Source§impl Hash for GithubHandle
impl Hash for GithubHandle
Source§impl Ord for GithubHandle
impl Ord for GithubHandle
Source§fn cmp(&self, other: &GithubHandle) -> Ordering
fn cmp(&self, other: &GithubHandle) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GithubHandle
impl PartialEq for GithubHandle
Source§impl PartialOrd for GithubHandle
impl PartialOrd for GithubHandle
impl Eq for GithubHandle
impl StructuralPartialEq for GithubHandle
Auto Trait Implementations§
impl Freeze for GithubHandle
impl RefUnwindSafe for GithubHandle
impl Send for GithubHandle
impl Sync for GithubHandle
impl Unpin for GithubHandle
impl UnsafeUnpin for GithubHandle
impl UnwindSafe for GithubHandle
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