pub struct RpcsListResponse {
pub rid: Uint,
pub rpcs: Vec<String>,
}Fields§
§rid: Uint§rpcs: Vec<String>Trait Implementations§
Source§impl Clone for RpcsListResponse
impl Clone for RpcsListResponse
Source§fn clone(&self) -> RpcsListResponse
fn clone(&self) -> RpcsListResponse
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 RpcsListResponse
impl Debug for RpcsListResponse
Source§impl<'de> Deserialize<'de> for RpcsListResponse
impl<'de> Deserialize<'de> for RpcsListResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RpcsListResponse
Source§impl From<RpcsListResponse> for RpcsListResponse
impl From<RpcsListResponse> for RpcsListResponse
Source§fn from(value: RpcsListResponse) -> Self
fn from(value: RpcsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<RpcsListResponse> for RpcsListResponse
impl From<RpcsListResponse> for RpcsListResponse
Source§fn from(value: RpcsListResponse) -> Self
fn from(value: RpcsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<RpcsListResponse> for RpcsListResponse
impl From<RpcsListResponse> for RpcsListResponse
Source§fn from(value: RpcsListResponse) -> Self
fn from(value: RpcsListResponse) -> Self
Converts to this type from the input type.
Source§impl From<RpcsListResponse> for RpcsListResponse
impl From<RpcsListResponse> for RpcsListResponse
Source§fn from(value: RpcsListResponse) -> Self
fn from(value: RpcsListResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RpcsListResponse
impl PartialEq for RpcsListResponse
Source§impl Serialize for RpcsListResponse
impl Serialize for RpcsListResponse
impl StructuralPartialEq for RpcsListResponse
Auto Trait Implementations§
impl Freeze for RpcsListResponse
impl RefUnwindSafe for RpcsListResponse
impl Send for RpcsListResponse
impl Sync for RpcsListResponse
impl Unpin for RpcsListResponse
impl UnsafeUnpin for RpcsListResponse
impl UnwindSafe for RpcsListResponse
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