pub struct AutomationTokenResponse {Show 13 fields
pub id: Option<String>,
pub customer_id: Option<String>,
pub name: Option<String>,
pub role: Option<String>,
pub ip: Option<String>,
pub user_agent: Option<String>,
pub scopes: Option<String>,
pub services: Option<Vec<String>>,
pub service_id: Option<String>,
pub sudo_expires_at: Option<String>,
pub last_used_at: Option<String>,
pub created_at: Option<String>,
pub expires_at: Option<String>,
}Fields
id: Option<String>customer_id: Option<String>name: Option<String>role: Option<String>ip: Option<String>user_agent: Option<String>scopes: Option<String>services: Option<Vec<String>>service_id: Option<String>sudo_expires_at: Option<String>last_used_at: Option<String>created_at: Option<String>expires_at: Option<String>Implementations
sourceimpl AutomationTokenResponse
impl AutomationTokenResponse
pub fn new() -> AutomationTokenResponse
Trait Implementations
sourceimpl Clone for AutomationTokenResponse
impl Clone for AutomationTokenResponse
sourcefn clone(&self) -> AutomationTokenResponse
fn clone(&self) -> AutomationTokenResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AutomationTokenResponse
impl Debug for AutomationTokenResponse
sourceimpl Default for AutomationTokenResponse
impl Default for AutomationTokenResponse
sourcefn default() -> AutomationTokenResponse
fn default() -> AutomationTokenResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AutomationTokenResponse
impl<'de> Deserialize<'de> for AutomationTokenResponse
sourcefn 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
sourceimpl PartialEq<AutomationTokenResponse> for AutomationTokenResponse
impl PartialEq<AutomationTokenResponse> for AutomationTokenResponse
sourcefn eq(&self, other: &AutomationTokenResponse) -> bool
fn eq(&self, other: &AutomationTokenResponse) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl Serialize for AutomationTokenResponse
impl Serialize for AutomationTokenResponse
impl StructuralPartialEq for AutomationTokenResponse
Auto Trait Implementations
impl RefUnwindSafe for AutomationTokenResponse
impl Send for AutomationTokenResponse
impl Sync for AutomationTokenResponse
impl Unpin for AutomationTokenResponse
impl UnwindSafe for AutomationTokenResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more