pub struct IamInfo {
pub app_id: String,
pub iam_base_url: String,
pub api_base_url: String,
}Expand description
Public application discovery. Application secrets are never returned.
Fields§
§app_id: String§iam_base_url: String§api_base_url: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for IamInfo
impl<'de> Deserialize<'de> for IamInfo
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 IamInfo
impl RefUnwindSafe for IamInfo
impl Send for IamInfo
impl Sync for IamInfo
impl Unpin for IamInfo
impl UnsafeUnpin for IamInfo
impl UnwindSafe for IamInfo
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