pub enum RpcStream {
None,
ClientBound,
ServerBound,
Bidirectional,
}Expand description
Streaming mode for an RPC definition.
Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for RpcStream
Auto Trait Implementations§
impl Freeze for RpcStream
impl RefUnwindSafe for RpcStream
impl Send for RpcStream
impl Sync for RpcStream
impl Unpin for RpcStream
impl UnwindSafe for RpcStream
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