pub struct Messaging<'a> { /* private fields */ }
Implementations§
Source§impl Messaging<'_>
impl Messaging<'_>
pub fn get_max_one_to_many_recipients(&self) -> i32
pub fn get_one_to_many_selected_technology(&self) -> i32
pub fn get_chat_config(&self) -> Option<Chat<'_>>
pub fn get_standalone_config(&self) -> Option<StandaloneMsg<'_>>
pub fn get_file_transfer_config(&self) -> Option<FileTransfer<'_>>
pub fn get_chat_bot_config(&self) -> Option<Chatbot<'_>>
Auto Trait Implementations§
impl<'a> Freeze for Messaging<'a>
impl<'a> RefUnwindSafe for Messaging<'a>
impl<'a> Send for Messaging<'a>
impl<'a> Sync for Messaging<'a>
impl<'a> Unpin for Messaging<'a>
impl<'a> UnwindSafe for Messaging<'a>
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