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