pub struct PendingOffer { /* private fields */ }Expand description
The offering side’s freshly generated prekeys, retained locally until the peer’s accept
arrives. Never sent as-is; PreKeyBundle is the public half that is.
Auto Trait Implementations§
impl Freeze for PendingOffer
impl RefUnwindSafe for PendingOffer
impl Send for PendingOffer
impl Sync for PendingOffer
impl Unpin for PendingOffer
impl UnsafeUnpin for PendingOffer
impl UnwindSafe for PendingOffer
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