pub struct SecureService<'a> { /* private fields */ }Implementations§
Source§impl<'a> SecureService<'a>
impl<'a> SecureService<'a>
pub fn direct(&self, peer: PeerRef) -> DirectSecureConversation<'a>
pub fn group(&self, group: GroupRef) -> GroupSecureConversation<'a>
pub fn outbox(&self) -> SecureOutboxService<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SecureService<'a>
impl<'a> !UnwindSafe for SecureService<'a>
impl<'a> Freeze for SecureService<'a>
impl<'a> Send for SecureService<'a>
impl<'a> Sync for SecureService<'a>
impl<'a> Unpin for SecureService<'a>
impl<'a> UnsafeUnpin for SecureService<'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