pub struct ConversationPatchSession { /* private fields */ }Implementations§
Source§impl ConversationPatchSession
impl ConversationPatchSession
pub async fn next_patch(&mut self) -> Option<ConversationStorePatch>
pub async fn stop(&mut self) -> ImResult<()>
Auto Trait Implementations§
impl Freeze for ConversationPatchSession
impl RefUnwindSafe for ConversationPatchSession
impl Send for ConversationPatchSession
impl Sync for ConversationPatchSession
impl Unpin for ConversationPatchSession
impl UnsafeUnpin for ConversationPatchSession
impl UnwindSafe for ConversationPatchSession
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