Struct ipfs_api_backend_hyper::response::FilestoreObject [−][src]
pub struct FilestoreObject {
pub status: i32,
pub error_msg: String,
pub key: String,
pub file_path: String,
pub offset: u64,
pub size: u64,
}
Fields
status: i32
error_msg: String
key: String
file_path: String
offset: u64
size: u64
Trait Implementations
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<FilestoreObject, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<FilestoreObject, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FilestoreObject
impl Send for FilestoreObject
impl Sync for FilestoreObject
impl Unpin for FilestoreObject
impl UnwindSafe for FilestoreObject
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