pub enum StartSpeakingPlanCustomEndpointingRulesInner {
AssistantCustomEndpointingRule(AssistantCustomEndpointingRule),
CustomerCustomEndpointingRule(CustomerCustomEndpointingRule),
BothCustomEndpointingRule(BothCustomEndpointingRule),
}
Variants§
AssistantCustomEndpointingRule(AssistantCustomEndpointingRule)
CustomerCustomEndpointingRule(CustomerCustomEndpointingRule)
BothCustomEndpointingRule(BothCustomEndpointingRule)
Trait Implementations§
Source§impl Clone for StartSpeakingPlanCustomEndpointingRulesInner
impl Clone for StartSpeakingPlanCustomEndpointingRulesInner
Source§fn clone(&self) -> StartSpeakingPlanCustomEndpointingRulesInner
fn clone(&self) -> StartSpeakingPlanCustomEndpointingRulesInner
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for StartSpeakingPlanCustomEndpointingRulesInner
impl<'de> Deserialize<'de> for StartSpeakingPlanCustomEndpointingRulesInner
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 StartSpeakingPlanCustomEndpointingRulesInner
impl PartialEq for StartSpeakingPlanCustomEndpointingRulesInner
Source§fn eq(&self, other: &StartSpeakingPlanCustomEndpointingRulesInner) -> bool
fn eq(&self, other: &StartSpeakingPlanCustomEndpointingRulesInner) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for StartSpeakingPlanCustomEndpointingRulesInner
Auto Trait Implementations§
impl Freeze for StartSpeakingPlanCustomEndpointingRulesInner
impl RefUnwindSafe for StartSpeakingPlanCustomEndpointingRulesInner
impl Send for StartSpeakingPlanCustomEndpointingRulesInner
impl Sync for StartSpeakingPlanCustomEndpointingRulesInner
impl Unpin for StartSpeakingPlanCustomEndpointingRulesInner
impl UnwindSafe for StartSpeakingPlanCustomEndpointingRulesInner
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