pub struct PrincipalResponse {
pub smarty_key: String,
pub data_set_name: String,
pub data_subset_name: String,
pub attributes: PrincipalAttributes,
}
Fields§
§smarty_key: String
§data_set_name: String
§data_subset_name: String
§attributes: PrincipalAttributes
Trait Implementations§
Source§impl Clone for PrincipalResponse
impl Clone for PrincipalResponse
Source§fn clone(&self) -> PrincipalResponse
fn clone(&self) -> PrincipalResponse
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 PrincipalResponse
impl Debug for PrincipalResponse
Source§impl Default for PrincipalResponse
impl Default for PrincipalResponse
Source§fn default() -> PrincipalResponse
fn default() -> PrincipalResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrincipalResponse
impl<'de> Deserialize<'de> for PrincipalResponse
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 EnrichmentResponse for PrincipalResponse
impl EnrichmentResponse for PrincipalResponse
fn lookup_type() -> &'static str
Source§impl PartialEq for PrincipalResponse
impl PartialEq for PrincipalResponse
Source§impl Serialize for PrincipalResponse
impl Serialize for PrincipalResponse
impl StructuralPartialEq for PrincipalResponse
Auto Trait Implementations§
impl Freeze for PrincipalResponse
impl RefUnwindSafe for PrincipalResponse
impl Send for PrincipalResponse
impl Sync for PrincipalResponse
impl Unpin for PrincipalResponse
impl UnwindSafe for PrincipalResponse
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