pub struct AppIdentity {
pub app_id: String,
pub display_name: String,
pub service_principal_id: String,
pub service_principal_name: String,
}
Fields§
§app_id: String
§display_name: String
§service_principal_id: String
§service_principal_name: String
Trait Implementations§
Source§impl Clone for AppIdentity
impl Clone for AppIdentity
Source§fn clone(&self) -> AppIdentity
fn clone(&self) -> AppIdentity
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 AppIdentity
impl Debug for AppIdentity
Source§impl<'de> Deserialize<'de> for AppIdentity
impl<'de> Deserialize<'de> for AppIdentity
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 AppIdentity
impl PartialEq for AppIdentity
Source§impl Serialize for AppIdentity
impl Serialize for AppIdentity
impl Eq for AppIdentity
impl StructuralPartialEq for AppIdentity
Auto Trait Implementations§
impl Freeze for AppIdentity
impl RefUnwindSafe for AppIdentity
impl Send for AppIdentity
impl Sync for AppIdentity
impl Unpin for AppIdentity
impl UnwindSafe for AppIdentity
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