pub struct GroupSecureConversation<'a> { /* private fields */ }Implementations§
Source§impl GroupSecureConversation<'_>
impl GroupSecureConversation<'_>
pub fn status(&self) -> ImResult<GroupSecureStatus>
pub fn prepare(&self) -> ImResult<GroupSecurePrepareResult>
pub async fn status_async(&self) -> ImResult<GroupSecureStatus>
pub async fn prepare_async(&self) -> ImResult<GroupSecurePrepareResult>
pub fn repair(&self) -> ImResult<GroupSecureRepairResult>
pub async fn repair_async(&self) -> ImResult<GroupSecureRepairResult>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GroupSecureConversation<'a>
impl<'a> !UnwindSafe for GroupSecureConversation<'a>
impl<'a> Freeze for GroupSecureConversation<'a>
impl<'a> Send for GroupSecureConversation<'a>
impl<'a> Sync for GroupSecureConversation<'a>
impl<'a> Unpin for GroupSecureConversation<'a>
impl<'a> UnsafeUnpin for GroupSecureConversation<'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