Struct octorust::types::ApplicationGrant [−][src]
pub struct ApplicationGrant {
pub app: App,
pub created_at: DateTime<Utc>,
pub id: i64,
pub scopes: Vec<String>,
pub updated_at: DateTime<Utc>,
pub url: String,
pub user: Option<User>,
}Expand description
The authorization associated with an OAuth Access.
Fields
app: Appcreated_at: DateTime<Utc>id: i64scopes: Vec<String>updated_at: DateTime<Utc>url: Stringuser: Option<User>The authorization associated with an OAuth Access.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for ApplicationGrantimpl Send for ApplicationGrantimpl Sync for ApplicationGrantimpl Unpin for ApplicationGrantimpl UnwindSafe for ApplicationGrantBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more