pub struct VapiSmartEndpointingPlan {
pub provider: ProviderTrue,
}
Fields§
§provider: ProviderTrue
This is the provider for the smart endpointing plan.
Implementations§
Source§impl VapiSmartEndpointingPlan
impl VapiSmartEndpointingPlan
pub fn new(provider: ProviderTrue) -> VapiSmartEndpointingPlan
Trait Implementations§
Source§impl Clone for VapiSmartEndpointingPlan
impl Clone for VapiSmartEndpointingPlan
Source§fn clone(&self) -> VapiSmartEndpointingPlan
fn clone(&self) -> VapiSmartEndpointingPlan
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 Debug for VapiSmartEndpointingPlan
impl Debug for VapiSmartEndpointingPlan
Source§impl Default for VapiSmartEndpointingPlan
impl Default for VapiSmartEndpointingPlan
Source§fn default() -> VapiSmartEndpointingPlan
fn default() -> VapiSmartEndpointingPlan
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VapiSmartEndpointingPlan
impl<'de> Deserialize<'de> for VapiSmartEndpointingPlan
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 VapiSmartEndpointingPlan
impl PartialEq for VapiSmartEndpointingPlan
Source§impl Serialize for VapiSmartEndpointingPlan
impl Serialize for VapiSmartEndpointingPlan
impl StructuralPartialEq for VapiSmartEndpointingPlan
Auto Trait Implementations§
impl Freeze for VapiSmartEndpointingPlan
impl RefUnwindSafe for VapiSmartEndpointingPlan
impl Send for VapiSmartEndpointingPlan
impl Sync for VapiSmartEndpointingPlan
impl Unpin for VapiSmartEndpointingPlan
impl UnwindSafe for VapiSmartEndpointingPlan
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