Struct rust_rcs_client::provisioning::rcs_application::Services
source · pub struct Services<'a> { /* private fields */ }
Implementations§
source§impl Services<'_>
impl Services<'_>
pub fn get_chat_auth(&self) -> i32
pub fn get_group_chat_auth(&self) -> i32
pub fn get_standalone_msg_auth(&self) -> i32
pub fn get_ft_auth(&self) -> u32
Auto Trait Implementations§
impl<'a> Freeze for Services<'a>
impl<'a> RefUnwindSafe for Services<'a>
impl<'a> Send for Services<'a>
impl<'a> Sync for Services<'a>
impl<'a> Unpin for Services<'a>
impl<'a> UnwindSafe for Services<'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