pub struct CallerIdentityResponse {
pub service: String,
pub status: String,
pub caller: RequestContext,
}Fields§
§service: String§status: String§caller: RequestContextTrait Implementations§
Source§impl Clone for CallerIdentityResponse
impl Clone for CallerIdentityResponse
Source§fn clone(&self) -> CallerIdentityResponse
fn clone(&self) -> CallerIdentityResponse
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 CallerIdentityResponse
impl Debug for CallerIdentityResponse
Source§impl<'de> Deserialize<'de> for CallerIdentityResponse
impl<'de> Deserialize<'de> for CallerIdentityResponse
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 CallerIdentityResponse
impl PartialEq for CallerIdentityResponse
Source§impl Serialize for CallerIdentityResponse
impl Serialize for CallerIdentityResponse
impl Eq for CallerIdentityResponse
impl StructuralPartialEq for CallerIdentityResponse
Auto Trait Implementations§
impl Freeze for CallerIdentityResponse
impl RefUnwindSafe for CallerIdentityResponse
impl Send for CallerIdentityResponse
impl Sync for CallerIdentityResponse
impl Unpin for CallerIdentityResponse
impl UnsafeUnpin for CallerIdentityResponse
impl UnwindSafe for CallerIdentityResponse
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