pub struct GetRootAgentResponse {
pub root_agent_id: Option<String>,
}Expand description
GetRootAgentResponse model.
Fields§
§root_agent_id: Option<String>Designated root agent, or null when none is set.
Trait Implementations§
Source§impl Clone for GetRootAgentResponse
impl Clone for GetRootAgentResponse
Source§fn clone(&self) -> GetRootAgentResponse
fn clone(&self) -> GetRootAgentResponse
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 GetRootAgentResponse
impl Debug for GetRootAgentResponse
Source§impl Default for GetRootAgentResponse
impl Default for GetRootAgentResponse
Source§fn default() -> GetRootAgentResponse
fn default() -> GetRootAgentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRootAgentResponse
impl<'de> Deserialize<'de> for GetRootAgentResponse
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 GetRootAgentResponse
impl PartialEq for GetRootAgentResponse
Source§impl Serialize for GetRootAgentResponse
impl Serialize for GetRootAgentResponse
impl StructuralPartialEq for GetRootAgentResponse
Auto Trait Implementations§
impl Freeze for GetRootAgentResponse
impl RefUnwindSafe for GetRootAgentResponse
impl Send for GetRootAgentResponse
impl Sync for GetRootAgentResponse
impl Unpin for GetRootAgentResponse
impl UnsafeUnpin for GetRootAgentResponse
impl UnwindSafe for GetRootAgentResponse
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