Struct rust_rcs_client::provisioning::rcs_application::FileTransfer
source · pub struct FileTransfer<'a> { /* private fields */ }
Implementations§
source§impl FileTransfer<'_>
impl FileTransfer<'_>
pub fn get_ft_warn_size(&self) -> u32
pub fn get_max_size_file_tr(&self) -> u32
pub fn get_ft_aut_accept(&self) -> u32
pub fn get_ft_http_cs_uri(&self) -> Option<String>
pub fn get_ft_http_dl_uri(&self) -> Option<String>
pub fn get_ft_http_cs_user(&self) -> Option<String>
pub fn get_ft_http_cs_pwd(&self) -> Option<String>
pub fn get_ft_http_fallback(&self) -> Option<String>
pub fn get_ft_max_1_to_many_recipients(&self) -> u32
Auto Trait Implementations§
impl<'a> RefUnwindSafe for FileTransfer<'a>
impl<'a> Send for FileTransfer<'a>
impl<'a> Sync for FileTransfer<'a>
impl<'a> Unpin for FileTransfer<'a>
impl<'a> UnwindSafe for FileTransfer<'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