Struct ipfs_api_backend_hyper::request::NamePublish [−][src]
pub struct NamePublish<'a, 'b, 'c, 'd> {
pub path: &'a str,
pub resolve: bool,
pub lifetime: Option<&'b str>,
pub ttl: Option<&'c str>,
pub key: Option<&'d str>,
}
Fields
path: &'a str
resolve: bool
lifetime: Option<&'b str>
ttl: Option<&'c str>
key: Option<&'d str>
Trait Implementations
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl<'a, 'b, 'c, 'd> RefUnwindSafe for NamePublish<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> Send for NamePublish<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> Sync for NamePublish<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> Unpin for NamePublish<'a, 'b, 'c, 'd>
impl<'a, 'b, 'c, 'd> UnwindSafe for NamePublish<'a, 'b, 'c, 'd>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more