pub struct Plugin {Show 14 fields
pub plugin: String,
pub data: String,
pub present: String,
pub country_code: String,
pub ring_time: u8,
pub max_call_time: u16,
pub record_options: RecordOptions,
pub transcribe_options: TranscribeOptions,
pub on_transfer: String,
pub on_error: String,
pub on_complete: String,
pub on_busy: String,
pub on_fail: String,
pub on_no_answer: String,
}
Fields§
§plugin: String
§data: String
§present: String
§country_code: String
§ring_time: u8
§max_call_time: u16
§record_options: RecordOptions
§transcribe_options: TranscribeOptions
§on_transfer: String
§on_error: String
§on_complete: String
§on_busy: String
§on_fail: String
§on_no_answer: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Plugin
impl<'de> Deserialize<'de> for Plugin
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
Auto Trait Implementations§
impl Freeze for Plugin
impl RefUnwindSafe for Plugin
impl Send for Plugin
impl Sync for Plugin
impl Unpin for Plugin
impl UnwindSafe for Plugin
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