Struct ipfs_api_prelude::request::FilesChcid [−][src]
pub struct FilesChcid<'a> {
pub path: Option<&'a str>,
pub hash: Option<&'a str>,
pub cid_version: Option<i32>,
pub flush: Option<bool>,
}Fields
path: Option<&'a str>hash: Option<&'a str>cid_version: Option<i32>flush: Option<bool>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FilesChcid<'a>
impl<'a> Send for FilesChcid<'a>
impl<'a> Sync for FilesChcid<'a>
impl<'a> Unpin for FilesChcid<'a>
impl<'a> UnwindSafe for FilesChcid<'a>
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