pub struct AppScope;
Expand description
Marker type for the application scope
GitHub Apps can authenticate either as themselves or as an installation. See the Token
for
more information
Trait Implementations§
Source§impl Ord for AppScope
impl Ord for AppScope
Source§impl PartialOrd for AppScope
impl PartialOrd for AppScope
impl Copy for AppScope
impl Eq for AppScope
impl StructuralPartialEq for AppScope
Auto Trait Implementations§
impl Freeze for AppScope
impl RefUnwindSafe for AppScope
impl Send for AppScope
impl Sync for AppScope
impl Unpin for AppScope
impl UnwindSafe for AppScope
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.