pub struct LocateMyAgentResponse {
pub tenant_id: String,
}Expand description
LocateMyAgentResponse model.
Fields§
§tenant_id: StringTrait Implementations§
Source§impl Clone for LocateMyAgentResponse
impl Clone for LocateMyAgentResponse
Source§fn clone(&self) -> LocateMyAgentResponse
fn clone(&self) -> LocateMyAgentResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocateMyAgentResponse
impl Debug for LocateMyAgentResponse
Source§impl Default for LocateMyAgentResponse
impl Default for LocateMyAgentResponse
Source§fn default() -> LocateMyAgentResponse
fn default() -> LocateMyAgentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocateMyAgentResponse
impl<'de> Deserialize<'de> for LocateMyAgentResponse
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 LocateMyAgentResponse
impl PartialEq for LocateMyAgentResponse
Source§impl Serialize for LocateMyAgentResponse
impl Serialize for LocateMyAgentResponse
impl StructuralPartialEq for LocateMyAgentResponse
Auto Trait Implementations§
impl Freeze for LocateMyAgentResponse
impl RefUnwindSafe for LocateMyAgentResponse
impl Send for LocateMyAgentResponse
impl Sync for LocateMyAgentResponse
impl Unpin for LocateMyAgentResponse
impl UnsafeUnpin for LocateMyAgentResponse
impl UnwindSafe for LocateMyAgentResponse
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