pub struct SuiteAuthRestV1 {
pub login_request_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_request_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 SuiteAuthRestV1
impl Clone for SuiteAuthRestV1
Source§fn clone(&self) -> SuiteAuthRestV1
fn clone(&self) -> SuiteAuthRestV1
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 SuiteAuthRestV1
impl Debug for SuiteAuthRestV1
Source§impl<'de> Deserialize<'de> for SuiteAuthRestV1
impl<'de> Deserialize<'de> for SuiteAuthRestV1
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 SuiteAuthRestV1
impl PartialEq for SuiteAuthRestV1
impl StructuralPartialEq for SuiteAuthRestV1
Auto Trait Implementations§
impl Freeze for SuiteAuthRestV1
impl RefUnwindSafe for SuiteAuthRestV1
impl Send for SuiteAuthRestV1
impl Sync for SuiteAuthRestV1
impl Unpin for SuiteAuthRestV1
impl UnsafeUnpin for SuiteAuthRestV1
impl UnwindSafe for SuiteAuthRestV1
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