pub struct ObjectPatchAddLinkResponse {
pub hash: String,
pub links: Vec<IpfsHeader>,
}
Fields§
§hash: String
§links: Vec<IpfsHeader>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ObjectPatchAddLinkResponse
impl<'de> Deserialize<'de> for ObjectPatchAddLinkResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ObjectPatchAddLinkResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ObjectPatchAddLinkResponse, <__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 ObjectPatchAddLinkResponse
impl RefUnwindSafe for ObjectPatchAddLinkResponse
impl Send for ObjectPatchAddLinkResponse
impl Sync for ObjectPatchAddLinkResponse
impl Unpin for ObjectPatchAddLinkResponse
impl UnwindSafe for ObjectPatchAddLinkResponse
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