pub struct RealtimeSessionBranch<B: RealtimeBackend> { /* private fields */ }Expand description
Unpublished request-local branch passed to one backend submission.
Auto Trait Implementations§
impl<B> Freeze for RealtimeSessionBranch<B>
impl<B> RefUnwindSafe for RealtimeSessionBranch<B>
impl<B> Send for RealtimeSessionBranch<B>
impl<B> Sync for RealtimeSessionBranch<B>
impl<B> Unpin for RealtimeSessionBranch<B>
impl<B> UnsafeUnpin for RealtimeSessionBranch<B>
impl<B> UnwindSafe for RealtimeSessionBranch<B>
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