Struct ipfs_api_prelude::request::BlockPut [−][src]
pub struct BlockPut<'a> {
pub format: Option<&'a str>,
pub mhtype: Option<&'a str>,
pub mhlen: Option<u32>,
pub pin: Option<bool>,
}
Fields
format: Option<&'a str>
mhtype: Option<&'a str>
mhlen: Option<u32>
pin: Option<bool>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BlockPut<'a>
impl<'a> UnwindSafe for BlockPut<'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