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