pub struct EndpointMeta {
pub rpc_mode: RpcMode,
pub input_type: Option<String>,
pub output_type: Option<String>,
}Expand description
Endpoint metadata resolved by the client.
Fields§
§rpc_mode: RpcMode§input_type: Option<String>§output_type: Option<String>Trait Implementations§
Source§impl Clone for EndpointMeta
impl Clone for EndpointMeta
Source§fn clone(&self) -> EndpointMeta
fn clone(&self) -> EndpointMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EndpointMeta
impl RefUnwindSafe for EndpointMeta
impl Send for EndpointMeta
impl Sync for EndpointMeta
impl Unpin for EndpointMeta
impl UnsafeUnpin for EndpointMeta
impl UnwindSafe for EndpointMeta
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