pub struct OpenRpcInfo {
pub title: String,
pub version: String,
pub description: Option<String>,
}Expand description
Metadata describing the OpenRPC document.
Fields§
§title: String§version: String§description: Option<String>Trait Implementations§
Source§impl Clone for OpenRpcInfo
impl Clone for OpenRpcInfo
Source§fn clone(&self) -> OpenRpcInfo
fn clone(&self) -> OpenRpcInfo
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 moreSource§impl Debug for OpenRpcInfo
impl Debug for OpenRpcInfo
Auto Trait Implementations§
impl Freeze for OpenRpcInfo
impl RefUnwindSafe for OpenRpcInfo
impl Send for OpenRpcInfo
impl Sync for OpenRpcInfo
impl Unpin for OpenRpcInfo
impl UnsafeUnpin for OpenRpcInfo
impl UnwindSafe for OpenRpcInfo
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