Struct aws_sdk_lexmodelsv2::types::ParentBotNetwork
source · #[non_exhaustive]pub struct ParentBotNetwork { /* private fields */ }Expand description
A network of bots.
Implementations§
source§impl ParentBotNetwork
impl ParentBotNetwork
sourcepub fn builder() -> ParentBotNetworkBuilder
pub fn builder() -> ParentBotNetworkBuilder
Creates a new builder-style object to manufacture ParentBotNetwork.
Trait Implementations§
source§impl Clone for ParentBotNetwork
impl Clone for ParentBotNetwork
source§fn clone(&self) -> ParentBotNetwork
fn clone(&self) -> ParentBotNetwork
Returns a copy 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 ParentBotNetwork
impl Debug for ParentBotNetwork
source§impl PartialEq<ParentBotNetwork> for ParentBotNetwork
impl PartialEq<ParentBotNetwork> for ParentBotNetwork
source§fn eq(&self, other: &ParentBotNetwork) -> bool
fn eq(&self, other: &ParentBotNetwork) -> bool
This method tests for
self and other values to be equal, and is used
by ==.