pub struct ReadUpliftSection {
pub github_login: String,
pub token: String,
pub expires_at: OffsetDateTime,
}Expand description
[read_uplift] — GitHub-OAuth-minted read-tier bearer (30d default).
Fields§
§github_login: StringGitHub login that authenticated.
token: StringOpaque bearer token.
expires_at: OffsetDateTimeWhen the token expires.
Trait Implementations§
Source§impl Clone for ReadUpliftSection
impl Clone for ReadUpliftSection
Source§fn clone(&self) -> ReadUpliftSection
fn clone(&self) -> ReadUpliftSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReadUpliftSection
impl Debug for ReadUpliftSection
Source§impl<'de> Deserialize<'de> for ReadUpliftSection
impl<'de> Deserialize<'de> for ReadUpliftSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ReadUpliftSection
Source§impl PartialEq for ReadUpliftSection
impl PartialEq for ReadUpliftSection
Source§fn eq(&self, other: &ReadUpliftSection) -> bool
fn eq(&self, other: &ReadUpliftSection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReadUpliftSection
impl Serialize for ReadUpliftSection
impl StructuralPartialEq for ReadUpliftSection
Auto Trait Implementations§
impl Freeze for ReadUpliftSection
impl RefUnwindSafe for ReadUpliftSection
impl Send for ReadUpliftSection
impl Sync for ReadUpliftSection
impl Unpin for ReadUpliftSection
impl UnsafeUnpin for ReadUpliftSection
impl UnwindSafe for ReadUpliftSection
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.