pub struct CompanionProxyStream { /* private fields */ }Implementations§
Source§impl CompanionProxyStream
impl CompanionProxyStream
pub async fn next(&mut self) -> Result<Dictionary, IdeviceError>
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CompanionProxyStream
impl !UnwindSafe for CompanionProxyStream
impl Freeze for CompanionProxyStream
impl Send for CompanionProxyStream
impl Sync for CompanionProxyStream
impl Unpin for CompanionProxyStream
impl UnsafeUnpin for CompanionProxyStream
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