Struct iroh_docs::actor::ImportAuthorAction
source · pub struct ImportAuthorAction {
pub author: Author,
}
Expand description
Import an author action.
Fields§
The author to import.
Trait Implementations§
source§impl Debug for ImportAuthorAction
impl Debug for ImportAuthorAction
source§impl<'de> Deserialize<'de> for ImportAuthorAction
impl<'de> Deserialize<'de> for ImportAuthorAction
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<ImportAuthorAction> for Request
Available on crate feature rpc
only.
impl From<ImportAuthorAction> for Request
Available on crate feature
rpc
only.source§fn from(value: ImportAuthorAction) -> Self
fn from(value: ImportAuthorAction) -> Self
Converts to this type from the input type.
source§impl RpcMsg<RpcService> for ImportAuthorAction
Available on crate feature rpc
only.
impl RpcMsg<RpcService> for ImportAuthorAction
Available on crate feature
rpc
only.§type Response = Result<AuthorImportResponse, Error>
type Response = Result<AuthorImportResponse, Error>
The type for the response Read more
source§impl Serialize for ImportAuthorAction
impl Serialize for ImportAuthorAction
source§impl<'a> TryFrom<&'a Request> for &'a ImportAuthorAction
Available on crate feature rpc
only.
impl<'a> TryFrom<&'a Request> for &'a ImportAuthorAction
Available on crate feature
rpc
only.Auto Trait Implementations§
impl Freeze for ImportAuthorAction
impl RefUnwindSafe for ImportAuthorAction
impl Send for ImportAuthorAction
impl Sync for ImportAuthorAction
impl Unpin for ImportAuthorAction
impl UnwindSafe for ImportAuthorAction
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