Struct netlify_rust::models::access_token::AccessToken [−][src]
pub struct AccessToken {
pub id: Option<String>,
pub access_token: Option<String>,
pub user_id: Option<String>,
pub user_email: Option<String>,
pub created_at: Option<String>,
}
Fields
id: Option<String>
access_token: Option<String>
user_id: Option<String>
user_email: Option<String>
created_at: Option<String>
Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AccessToken
impl Send for AccessToken
impl Sync for AccessToken
impl Unpin for AccessToken
impl UnwindSafe for AccessToken
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more