pub struct ObjectPatchSetDataResponse {
pub hash: String,
pub links: Vec<IpfsHeader>,
}
Fields§
§hash: String
§links: Vec<IpfsHeader>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ObjectPatchSetDataResponse
impl<'de> Deserialize<'de> for ObjectPatchSetDataResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ObjectPatchSetDataResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ObjectPatchSetDataResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ObjectPatchSetDataResponse
impl RefUnwindSafe for ObjectPatchSetDataResponse
impl Send for ObjectPatchSetDataResponse
impl Sync for ObjectPatchSetDataResponse
impl Unpin for ObjectPatchSetDataResponse
impl UnwindSafe for ObjectPatchSetDataResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more