pub struct IAsyncRpcChannelBuffer(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IAsyncRpcChannelBuffer
impl !Sync for IAsyncRpcChannelBuffer
impl Freeze for IAsyncRpcChannelBuffer
impl RefUnwindSafe for IAsyncRpcChannelBuffer
impl Unpin for IAsyncRpcChannelBuffer
impl UnsafeUnpin for IAsyncRpcChannelBuffer
impl UnwindSafe for IAsyncRpcChannelBuffer
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