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