pub struct SuiteAuthGraphql {
pub login_op: String,
pub login_vars_template: String,
pub credentials_jq: String,
pub token_jq: String,
pub config_dir: String,
pub url: String,
pub env: String,
}Fields§
§login_op: String§login_vars_template: String§credentials_jq: String§token_jq: String§config_dir: String§url: String§env: StringTrait Implementations§
Source§impl Clone for SuiteAuthGraphql
impl Clone for SuiteAuthGraphql
Source§fn clone(&self) -> SuiteAuthGraphql
fn clone(&self) -> SuiteAuthGraphql
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 SuiteAuthGraphql
impl Debug for SuiteAuthGraphql
Source§impl<'de> Deserialize<'de> for SuiteAuthGraphql
impl<'de> Deserialize<'de> for SuiteAuthGraphql
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
Auto Trait Implementations§
impl Freeze for SuiteAuthGraphql
impl RefUnwindSafe for SuiteAuthGraphql
impl Send for SuiteAuthGraphql
impl Sync for SuiteAuthGraphql
impl Unpin for SuiteAuthGraphql
impl UnsafeUnpin for SuiteAuthGraphql
impl UnwindSafe for SuiteAuthGraphql
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