pub struct InstallationScope;
Expand description
Marker type for the installation scope
GitHub Apps can authenticate either as themselves or as an installation. See the Token
for
more information
Trait Implementations§
Source§impl Clone for InstallationScope
impl Clone for InstallationScope
Source§fn clone(&self) -> InstallationScope
fn clone(&self) -> InstallationScope
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 InstallationScope
impl Debug for InstallationScope
Source§impl Default for InstallationScope
impl Default for InstallationScope
Source§fn default() -> InstallationScope
fn default() -> InstallationScope
Returns the “default value” for a type. Read more
Source§impl Hash for InstallationScope
impl Hash for InstallationScope
Source§impl Ord for InstallationScope
impl Ord for InstallationScope
Source§fn cmp(&self, other: &InstallationScope) -> Ordering
fn cmp(&self, other: &InstallationScope) -> 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 InstallationScope
impl PartialEq for InstallationScope
Source§impl PartialOrd for InstallationScope
impl PartialOrd for InstallationScope
impl Copy for InstallationScope
impl Eq for InstallationScope
impl StructuralPartialEq for InstallationScope
Auto Trait Implementations§
impl Freeze for InstallationScope
impl RefUnwindSafe for InstallationScope
impl Send for InstallationScope
impl Sync for InstallationScope
impl Unpin for InstallationScope
impl UnwindSafe for InstallationScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.