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