pub enum RpcResponseContract {
Object,
ThreadId,
TurnId,
DataArray,
CommandExec,
}Expand description
Response-shape rule for one RPC method contract descriptor.
Variants§
Trait Implementations§
Source§impl Clone for RpcResponseContract
impl Clone for RpcResponseContract
Source§fn clone(&self) -> RpcResponseContract
fn clone(&self) -> RpcResponseContract
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RpcResponseContract
impl Debug for RpcResponseContract
Source§impl PartialEq for RpcResponseContract
impl PartialEq for RpcResponseContract
impl Copy for RpcResponseContract
impl Eq for RpcResponseContract
impl StructuralPartialEq for RpcResponseContract
Auto Trait Implementations§
impl Freeze for RpcResponseContract
impl RefUnwindSafe for RpcResponseContract
impl Send for RpcResponseContract
impl Sync for RpcResponseContract
impl Unpin for RpcResponseContract
impl UnsafeUnpin for RpcResponseContract
impl UnwindSafe for RpcResponseContract
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