pub struct SuiteAuthGraphqlV1 {
pub login_op: Option<String>,
pub login_vars_template: Option<String>,
pub credentials_jq: Option<String>,
pub token_jq: Option<String>,
pub config_dir: Option<String>,
pub url: Option<String>,
pub env: Option<String>,
}Fields§
§login_op: Option<String>§login_vars_template: Option<String>§credentials_jq: Option<String>§token_jq: Option<String>§config_dir: Option<String>§url: Option<String>§env: Option<String>Trait Implementations§
Source§impl Clone for SuiteAuthGraphqlV1
impl Clone for SuiteAuthGraphqlV1
Source§fn clone(&self) -> SuiteAuthGraphqlV1
fn clone(&self) -> SuiteAuthGraphqlV1
Returns a duplicate of the value. Read more
1.0.0 · 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 SuiteAuthGraphqlV1
impl Debug for SuiteAuthGraphqlV1
Source§impl<'de> Deserialize<'de> for SuiteAuthGraphqlV1
impl<'de> Deserialize<'de> for SuiteAuthGraphqlV1
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
Source§impl PartialEq for SuiteAuthGraphqlV1
impl PartialEq for SuiteAuthGraphqlV1
impl StructuralPartialEq for SuiteAuthGraphqlV1
Auto Trait Implementations§
impl Freeze for SuiteAuthGraphqlV1
impl RefUnwindSafe for SuiteAuthGraphqlV1
impl Send for SuiteAuthGraphqlV1
impl Sync for SuiteAuthGraphqlV1
impl Unpin for SuiteAuthGraphqlV1
impl UnsafeUnpin for SuiteAuthGraphqlV1
impl UnwindSafe for SuiteAuthGraphqlV1
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