pub struct AuthorImportRequest {
pub author: Author,
}
Available on crate feature
rpc
only.Expand description
Import author from secret key
Fields§
The author to import
Trait Implementations§
Source§impl Debug for AuthorImportRequest
impl Debug for AuthorImportRequest
Source§impl<'de> Deserialize<'de> for AuthorImportRequest
impl<'de> Deserialize<'de> for AuthorImportRequest
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
Source§impl From<AuthorImportRequest> for Request
impl From<AuthorImportRequest> for Request
Source§fn from(value: AuthorImportRequest) -> Self
fn from(value: AuthorImportRequest) -> Self
Converts to this type from the input type.
Source§impl RpcMsg<RpcService> for AuthorImportRequest
impl RpcMsg<RpcService> for AuthorImportRequest
Source§impl Serialize for AuthorImportRequest
impl Serialize for AuthorImportRequest
Source§impl<'a> TryFrom<&'a Request> for &'a AuthorImportRequest
impl<'a> TryFrom<&'a Request> for &'a AuthorImportRequest
Auto Trait Implementations§
impl Freeze for AuthorImportRequest
impl RefUnwindSafe for AuthorImportRequest
impl Send for AuthorImportRequest
impl Sync for AuthorImportRequest
impl Unpin for AuthorImportRequest
impl UnwindSafe for AuthorImportRequest
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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