pub struct AuthorGetDefaultRequest;
Available on crate feature
rpc
only.Expand description
Get the default author.
Trait Implementations§
Source§impl Debug for AuthorGetDefaultRequest
impl Debug for AuthorGetDefaultRequest
Source§impl<'de> Deserialize<'de> for AuthorGetDefaultRequest
impl<'de> Deserialize<'de> for AuthorGetDefaultRequest
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<AuthorGetDefaultRequest> for Request
impl From<AuthorGetDefaultRequest> for Request
Source§fn from(value: AuthorGetDefaultRequest) -> Self
fn from(value: AuthorGetDefaultRequest) -> Self
Converts to this type from the input type.
Source§impl RpcMsg<RpcService> for AuthorGetDefaultRequest
impl RpcMsg<RpcService> for AuthorGetDefaultRequest
Source§impl Serialize for AuthorGetDefaultRequest
impl Serialize for AuthorGetDefaultRequest
Source§impl<'a> TryFrom<&'a Request> for &'a AuthorGetDefaultRequest
impl<'a> TryFrom<&'a Request> for &'a AuthorGetDefaultRequest
Auto Trait Implementations§
impl Freeze for AuthorGetDefaultRequest
impl RefUnwindSafe for AuthorGetDefaultRequest
impl Send for AuthorGetDefaultRequest
impl Sync for AuthorGetDefaultRequest
impl Unpin for AuthorGetDefaultRequest
impl UnwindSafe for AuthorGetDefaultRequest
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